From 94caddfac6e7eaffaf4972ab4334756752cdfb6b Mon Sep 17 00:00:00 2001 From: AlCalzone Date: Tue, 9 Nov 2021 07:57:03 +0100 Subject: [PATCH] fix(config): force-add missing CCs to ZMNHAA (#3669) --- .../config/config/devices/0x0159/zmnhaa.json | 29 ++++++++++++++----- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/packages/config/config/devices/0x0159/zmnhaa.json b/packages/config/config/devices/0x0159/zmnhaa.json index be0d62cd851f..9d0606f1086f 100644 --- a/packages/config/config/devices/0x0159/zmnhaa.json +++ b/packages/config/config/devices/0x0159/zmnhaa.json @@ -15,22 +15,19 @@ }, "associations": { "1": { - "label": "basic on/off", - "description": "triggered at change of the output Q state and reflecting its state", + "label": "Basic on/off - output Q", "maxNodes": 16 }, "2": { - "label": "basic on/off - input I2", - "description": "(triggered at change of the input I2 state and reflecting its state)", + "label": "Basic on/off - input I2", "maxNodes": 16 }, "3": { - "label": "basic on/off - input I3", - "description": "ttriggered at change of the input I3 state and reflecting its state)", + "label": "Basic on/off - input I3", "maxNodes": 16 }, "4": { - "label": "Controller Updates", + "label": "Lifeline", "maxNodes": 1, "isLifeline": true } @@ -155,5 +152,21 @@ "defaultValue": 300, "unsigned": true } - ] + ], + "compat": { + "commandClasses": { + "add": { + "0x72": { + // Manufacturer Specific CC is supported, but comes back as version 0 + "version": 1, + "isSupported": true + }, + "0x85": { + // Association CC is supported, but comes back as version 0 + "version": 1, + "isSupported": true + } + } + } + } }