Skip to content

Commit cd97c74

Browse files
remove accidentally added fields
1 parent 6a87085 commit cd97c74

File tree

1 file changed

+0
-3
lines changed
  • drivers/SmartThings/matter-thermostat/src

1 file changed

+0
-3
lines changed

drivers/SmartThings/matter-thermostat/src/init.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ local ELECTRICAL_SENSOR_DEVICE_TYPE_ID = 0x0510
101101

102102
local MIN_ALLOWED_PERCENT_VALUE = 0
103103
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.
107104

108105
local CUMULATIVE_REPORTS_NOT_SUPPORTED = "__cumulative_reports_not_supported"
109106
local LAST_IMPORTED_REPORT_TIMESTAMP = "__last_imported_report_timestamp"

0 commit comments

Comments
 (0)