diff --git a/api/lib/ZwaveClient.ts b/api/lib/ZwaveClient.ts index 977805c2db..5b109cf65f 100644 --- a/api/lib/ZwaveClient.ts +++ b/api/lib/ZwaveClient.ts @@ -1787,7 +1787,7 @@ class ZwaveClient extends TypedEventEmitter { 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`, ) } }