From 24344c6be900fcf08f07e1525b515a52a62d1c27 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Fri, 13 Oct 2023 14:31:00 +0200 Subject: [PATCH] fix(config): increase report timeout for Aeotec Multisensor 6 to 2s --- packages/config/config/devices/0x0086/zw100.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/config/config/devices/0x0086/zw100.json b/packages/config/config/devices/0x0086/zw100.json index ea44fae25cf1..7570b4de31d8 100644 --- a/packages/config/config/devices/0x0086/zw100.json +++ b/packages/config/config/devices/0x0086/zw100.json @@ -567,7 +567,9 @@ ], "compat": { // In the default configuration this device sends Basic CC Sets instead of Binary Sensor Reports - "enableBasicSetMapping": true + "enableBasicSetMapping": true, + // Querying some values can take a bit longer if certain reports are disabled + "reportTimeout": 2000 }, "metadata": { "inclusion": "Turn the primary controller of Z-Wave network into inclusion mode, short press the product’s Z-Wave button that you can find in the back of the product",