zigbee2mqtt/test/stub
Jorge Schrauwen a813663de5 Poll device when device does not support reporting. (#2122)
* Support emulation of attReport

Some device do not support attReport for some keys, this will emulate
it.

You can configure which keys that should be read when another device
send a message and the configured device a bind target or in a group the
message was send to.

```yaml
devices:
  '0x0017880104259333':
    friendly_name: bedroom/desk_lamp
    retain: true
    debounce: 0.5
    report_emulate:
      - brightness
      - color
```

Will have the brightness and color queried for example when a hue dimmer
sends commands to the bulb.

* Refactor polling.

* Finish poll tests.

* Update herdsman.

* Improve test stability.
2019-10-24 22:15:40 +02:00
..
data.js Poll device when device does not support reporting. (#2122) 2019-10-24 22:15:40 +02:00
logger.js Update Winston logger to 3.x 2019-09-25 10:55:50 +02:00
mqtt.js Zigbee-herdsman (#1945) 2019-09-09 19:48:09 +02:00
zigbeeHerdsman.js Poll device when device does not support reporting. (#2122) 2019-10-24 22:15:40 +02:00