We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a87085 commit cd97c74Copy full SHA for cd97c74
drivers/SmartThings/matter-thermostat/src/init.lua
@@ -101,9 +101,6 @@ local ELECTRICAL_SENSOR_DEVICE_TYPE_ID = 0x0510
101
102
local MIN_ALLOWED_PERCENT_VALUE = 0
103
local MAX_ALLOWED_PERCENT_VALUE = 100
104
-local DEFAULT_REPORT_TIME_INTERVAL = 15 * 60 -- Report cumulative energy every 15 minutes
105
-local MAX_REPORT_TIMEOUT = 30 * 60
106
-local POLL_INTERVAL = 60 -- To read CumulativeEnergyImported every 60 seconds.
107
108
local CUMULATIVE_REPORTS_NOT_SUPPORTED = "__cumulative_reports_not_supported"
109
local LAST_IMPORTED_REPORT_TIMESTAMP = "__last_imported_report_timestamp"
0 commit comments