[CHF-112] Add Health Check capability to SmartThings SmartSense products

This commit is contained in:
jackchi
2016-04-04 11:46:28 -07:00
parent 82214e29eb
commit 481d13a571
6 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ metadata {
capability "Configuration"
capability "Refresh"
capability "Sensor"
capability "Health Check"
// indicates that device keeps track of heartbeat (in state.heartbeat)
attribute "heartbeat", "string"