mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-16 05:10:50 +00:00
ICP-781 Fixing DTH for valve capability
Making suggested fixes making fixes fixing to correctly use createEvent fixing DTH Also adding the fortrezz water valve refactoring a bit adding back in debug messages updating ocf device type adding zigbee water valve refactor
This commit is contained in:
@@ -83,6 +83,9 @@ def parse(String description) {
|
||||
}
|
||||
}
|
||||
sendEvent(event)
|
||||
//handle valve attribute
|
||||
event.name = "valve"
|
||||
sendEvent(event)
|
||||
}
|
||||
else {
|
||||
def descMap = zigbee.parseDescriptionAsMap(description)
|
||||
|
||||
Reference in New Issue
Block a user