Skip to content

Commit

Permalink
Merge pull request SmartThingsCommunity#913 from SmartThingsCommunity…
Browse files Browse the repository at this point in the history
…/revert-904-revert-901-DVCSMP-1739-revert-untested-code

Revert "DVCSMP-1739 Revert "Undo DVCSMP-1739 Revert "make sure reformat the storeGraphData"""
  • Loading branch information
workingmonk committed May 23, 2016
2 parents dc09201 + 35edaa1 commit 9c27ed6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ def parse(String description) {
def cmd = zwave.parse(description, [0x31: 1, 0x32: 1, 0x60: 3])
if (cmd) {
result = createEvent(zwaveEvent(cmd))
log.debug "Parse returned ${result?.descriptionText}"
storeGraphData(result.name, result.value)
} else {
log.debug "zwave.parse returned null command. Cannot create event"
}
log.debug "Parse returned ${result?.descriptionText}"

storeGraphData(result.name, result.value)

return result
}

Expand Down

0 comments on commit 9c27ed6

Please sign in to comment.