diff --git a/packages/config/config/devices/0x0000/husbzb-1.json b/packages/config/config/devices/0x0000/husbzb-1.json index a037369ffe78..5be87d4123e0 100644 --- a/packages/config/config/devices/0x0000/husbzb-1.json +++ b/packages/config/config/devices/0x0000/husbzb-1.json @@ -12,5 +12,13 @@ "firmwareVersion": { "min": "0.0", "max": "255.255" + }, + "compat": { + // In some situations, AssignSUCReturnRoute and DeleteSUCReturnRoute get answered with a wrong callback function type, + // triggering Z-Wave JS's unresponsive controller check. + "disableCallbackFunctionTypeCheck": [ + 81, // AssignSUCReturnRoute + 85 // DeleteSUCReturnRoute + ] } }