Skip to content

Commit e1f5669

Browse files
committed
Remove health check from zigbee thermostat
This is not needed to keep device online, and so its being removed to gain the small memory/latency savings of having it disabled. Tested with a Sinope thermostat
1 parent 1b84fa9 commit e1f5669

File tree

1 file changed

+1
-0
lines changed
  • drivers/SmartThings/zigbee-thermostat/src

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ local zigbee_thermostat_driver = {
376376
require("resideo_korea"),
377377
require("aqara")
378378
},
379+
health_check = false,
379380
}
380381

381382
defaults.register_for_default_handlers(zigbee_thermostat_driver, zigbee_thermostat_driver.supported_capabilities)

0 commit comments

Comments
 (0)