Skip to content

Commit

Permalink
[ICP-13928] Delete Qubino 1D Relay model from defaultEndpoint() (Smar…
Browse files Browse the repository at this point in the history
…tThingsCommunity#57678)

* Add basicSet to update status when manual action is preformed

* Space fix

* Delete Qubino 1D Relay model from defaultEndpoint()
  • Loading branch information
MGoralczykS authored Feb 9, 2021
1 parent ffa0b5e commit a4d8d1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def zwaveEvent(physicalgraph.zwave.commands.switchbinaryv1.SwitchBinaryReport cm
}

def defaultEndpoint() {
if (zwaveInfo?.model?.equals("0052") || zwaveInfo?.model?.equals("0053")) {
if (zwaveInfo?.model?.equals("0052")) {
return null
} else {
return 1
Expand Down

0 comments on commit a4d8d1f

Please sign in to comment.