Also query color and color temp when device reconnects.

This commit is contained in:
Koen Kanters
2019-08-11 14:13:44 +02:00
parent da5ca2f0bf
commit 9e63a4646e
+1 -1
View File
@@ -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.