mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-29 07:08:56 +00:00
Also query color and color temp when device reconnects.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user