From 9e63a4646e1300753550cbb23c3fed7a209c6a6f Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 6 Aug 2019 21:31:40 +0200 Subject: [PATCH] Also query color and color temp when device reconnects. --- lib/extension/deviceAvailability.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/extension/deviceAvailability.js b/lib/extension/deviceAvailability.js index 44ab7b838..ad5ef5afc 100644 --- a/lib/extension/deviceAvailability.js +++ b/lib/extension/deviceAvailability.js @@ -9,7 +9,7 @@ const pingableDevices = [ zigbeeShepherdConverters.devices.find((d) => d.model === 'E11-G13'), ]; -const toZigbeeCandidates = ['state']; +const toZigbeeCandidates = ['state', 'color', 'color_temp']; /** * This extensions pings devices to check if they are online.