Skip to content

Commit

Permalink
parse IAS zone status as heart beat event .
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkangzhangS committed Jul 11, 2018
1 parent 1ceb925 commit 22b48c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def parse(String description) {
}else if(description?.startsWith('read attr')){
map = parseAlarmMessage(description)
}else{
map = [:]
map = zigbee.parseDescriptionAsMap(description)
}
}
log.debug "Parse returned $map"
Expand Down

0 comments on commit 22b48c5

Please sign in to comment.