zigbee2mqtt/lib/extension
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
..
bridgeConfig.js Fix bridge/config topic. https://github.com/Koenkk/zigbee2mqtt/issues/626 2018-12-06 21:27:41 +01:00
deviceConfigure.js Update zigbee-shepherd-converters (remove onAfIncomingMsg code). https://github.com/Koenkk/zigbee2mqtt/issues/553 2018-12-06 21:27:41 +01:00
devicePublish.js Update zigbee-shepherd-converters to 7.0.1 2018-12-06 21:27:41 +01:00
deviceReceive.js Stop caching forgotten and keyerror properties (#667) 2018-12-07 17:51:34 +01:00
extensionTemplate.js Refactor! 2018-12-06 21:27:36 +01:00
homeassistant.js Update zigbee-shepherd-converters to 7.0.1 2018-12-06 21:27:41 +01:00
markOnlineXiaomi.js Refactor! 2018-12-06 21:27:36 +01:00
networkMap.js Refactor! 2018-12-06 21:27:36 +01:00
routerPollXiaomi.js Refactor! 2018-12-06 21:27:36 +01:00
softReset.js Refactor! 2018-12-06 21:27:36 +01:00