mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-21 18:19:51 +00:00
set reportableChange default value to 1 to avoid report flooding (#1293)
This commit is contained in:
committed by
Koen Kanters
parent
2af2a8ea05
commit
e5081b2856
@@ -21,7 +21,7 @@ const reportInterval = {
|
||||
max: 3600,
|
||||
};
|
||||
|
||||
const reportableChange = 0;
|
||||
const reportableChange = 1;
|
||||
|
||||
class DeviceReport {
|
||||
constructor(zigbee, mqtt, state, publishEntityState) {
|
||||
|
||||
Reference in New Issue
Block a user