From abcfd41a286283efc8483974a64be23dbf064f11 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Mon, 4 Mar 2024 14:33:05 +0100 Subject: [PATCH] fix: better message in case association is not allowed (#3624) --- api/lib/ZwaveClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/lib/ZwaveClient.ts b/api/lib/ZwaveClient.ts index 977805c2dba..5b109cf65f3 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`, ) } }