mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
60349171d2
* Always read after write for devices that require it. Devices with readAfterWriteTime set, even if it's 0, will get their state read after write because those devices don't automatically report it themselves. Devices that are capable of reporting but don't do it by default should have `report: true` set in the device-specific config and we won't read after write. * Fix tests |
||
---|---|---|
.. | ||
availability.test.js | ||
controller.test.js | ||
data.test.js | ||
devicePublish.test.js | ||
deviceReceive.test.js | ||
docgen.test.js | ||
homeassistant.test.js | ||
images.test.js | ||
utils.js |