Skip to content

Commit

Permalink
fix: better message in case association is not allowed (#3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Mar 4, 2024
1 parent 64f32f0 commit abcfd41
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 abcfd41

Please sign in to comment.