Merge pull request #835 from jackchi/add-healthcheck-smartsense

[CHF-131] Add checkInterval values to SmartSense DTHs
This commit is contained in:
Jack Chi
2016-05-07 20:29:55 +08:00
6 changed files with 9 additions and 0 deletions

View File

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