zigbee2mqtt/lib
Adán SDPC 0fb84294f0 Stop caching forgotten and keyerror properties (#667)
* feat(device_receive): stop caching `forgotten` and `keyerror` properties

After this change, the `forgotten` and `keyerror` properties as emitted
by the Xiaomi Vima Smart Lock will stop being cached. Previously they
were mostly useless, because after they were set to `true`, they were
never being unset or set back to `false` upon a successful unlock.

Close #666

* chore(device_receive): order uncached properties lexicographically

As the list of uncached properties grows over time, it could be
useful to order them lexicographically. This will make life easier
to any developer looking for a particular property in the list, and
in overall makes things look tidier.
2018-12-07 17:51:34 +01:00
..
extension Stop caching forgotten and keyerror properties (#667) 2018-12-07 17:51:34 +01:00
util Refactor! 2018-12-06 21:27:36 +01:00
zapp Support iAS cluster. (#654) 2018-12-06 21:27:41 +01:00
controller.js Improve tests. 2018-12-06 21:27:41 +01:00
mqtt.js Refactor! 2018-12-06 21:27:36 +01:00
state.js Improve tests. 2018-12-06 21:27:41 +01:00
zigbee.js Support iAS cluster. (#654) 2018-12-06 21:27:41 +01:00