mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-24 05:04:10 +00:00
Update timevalve-smart.groovy
Commenting out fingerprint temporarily to avoid potential conflicts with other devices as this devices is specifically for a Korean deployment in AP01 - see DVCSMP-1425
This commit is contained in:
@@ -19,7 +19,7 @@ metadata {
|
|||||||
attribute "timeout", "number"
|
attribute "timeout", "number"
|
||||||
|
|
||||||
//raw desc : 0 0 0x1006 0 0 0 7 0x5E 0x86 0x72 0x5A 0x73 0x98 0x80
|
//raw desc : 0 0 0x1006 0 0 0 7 0x5E 0x86 0x72 0x5A 0x73 0x98 0x80
|
||||||
fingerprint deviceId:"0x1006", inClusters:"0x5E, 0x86, 0x72, 0x5A, 0x73, 0x98, 0x80"
|
//fingerprint deviceId:"0x1006", inClusters:"0x5E, 0x86, 0x72, 0x5A, 0x73, 0x98, 0x80"
|
||||||
}
|
}
|
||||||
|
|
||||||
tiles (scale: 2) {
|
tiles (scale: 2) {
|
||||||
@@ -240,4 +240,4 @@ def refresh() {
|
|||||||
zwave.configurationV1.configurationGet(parameterNumber: 0x01),
|
zwave.configurationV1.configurationGet(parameterNumber: 0x01),
|
||||||
zwave.configurationV1.configurationGet(parameterNumber: 0x03)
|
zwave.configurationV1.configurationGet(parameterNumber: 0x03)
|
||||||
], 400)
|
], 400)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user