Let devices only report when there is a change. #2424

This commit is contained in:
Koen Kanters
2019-12-07 17:54:40 +01:00
parent 17560ca885
commit be30067a39
+1 -1
View File
@@ -7,7 +7,7 @@ const debounce = require('debounce');
const ZigbeeHerdsman = require('zigbee-herdsman');
const defaultConfiguration = {
minimumReportInterval: 3, maximumReportInterval: 300, reportableChange: 0,
minimumReportInterval: 3, maximumReportInterval: 300, reportableChange: 1,
};
const reportKey = 1;