Skip to content

Commit

Permalink
Remove health check from zigbee thermostat
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cjswedes committed Dec 10, 2024
1 parent 1b84fa9 commit e1f5669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/SmartThings/zigbee-thermostat/src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ local zigbee_thermostat_driver = {
require("resideo_korea"),
require("aqara")
},
health_check = false,
}

defaults.register_for_default_handlers(zigbee_thermostat_driver, zigbee_thermostat_driver.supported_capabilities)
Expand Down

0 comments on commit e1f5669

Please sign in to comment.