[CHF-131] Add checkInterval values to SmartSense DTHs

This commit is contained in:
jackchi
2016-04-25 13:21:28 -07:00
parent 481d13a571
commit d9f224fa6e
6 changed files with 9 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ def refresh() {
}
def configure() {
sendEvent(name: "checkInterval", value: 1200, displayed: false)
zigbee.onOffConfig() + powerConfig() + refresh()
}