Merge pull request #340 from Yaima/master

Added both() command
This commit is contained in:
Yaima
2015-12-08 14:56:07 -08:00

View File

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