Added both() command

https://smartthings.atlassian.net/browse/DVCSMP-1155
This commit is contained in:
Yaima Valdivia
2015-12-07 14:37:10 -08:00
parent 9318e9a311
commit a205a94d78

View File

@@ -115,6 +115,10 @@ def strobe() {
]
}
def both() {
on()
}
def refresh() {
log.debug "sending battery refresh command"
zwave.batteryV1.batteryGet().format()