Compare commits

...

1 Commits

Author SHA1 Message Date
스마트싱
0a034e4f73 MSA-1185: test 2016-04-17 19:22:28 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -145,4 +145,4 @@ def configure() {
zwave.configurationV1.configurationSet(parameterNumber: 102, size: 4, scaledConfigurationValue: 0).format(),
zwave.configurationV1.configurationSet(parameterNumber: 103, size: 4, scaledConfigurationValue: 0).format()
])
}
}

View File

@@ -53,4 +53,4 @@ def contactOpenHandler(evt) {
def turnOffSwitch() {
switch1.off()
}
}