Skip to content

Commit

Permalink
fix: better message in case association is not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 27, 2024
1 parent fa37244 commit 59c5a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/lib/ZwaveClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@ class ZwaveClient extends TypedEventEmitter<ZwaveClientEventCallbacks> {
this.logNode(
zwaveNode,
'warn',
`Unable to add Node ${a.nodeId} to Group ${groupId} of ${sourceMsg}`,
`Unable to add Node ${a.nodeId} to Group ${groupId} of ${sourceMsg}, association not allowed`,
)
}
}
Expand Down

0 comments on commit 59c5a96

Please sign in to comment.