mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-05-27 14:11:43 +01:00
make descriptive comment and add space in else condition
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ def parse(String description) {
|
||||
log.debug "Parse returned ${result?.descriptionText}"
|
||||
storeGraphData(result.name, result.value)
|
||||
} else {
|
||||
log.debug "Null zwave command"
|
||||
log.debug "zwave.parse returned null command. Cannot create event"
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user