Skip to content

Commit

Permalink
Version 1.0.7 - Updated "on" indicator color to match ST blue (#00a0d…
Browse files Browse the repository at this point in the history
…c). 08/03/2018
  • Loading branch information
ericvitale committed Aug 3, 2018
1 parent 5293534 commit aa35b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devicetypes/ericvitale/shady-group.src/shady-group.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def setLevel(value) {
log("Sending command to parent: setLevel(${level}).", "DEBUG")
parent.setLevel(level)

if (level > 0 && leve <= 99) {
if (level > 0 && level <= 99) {
sendEvent(name: "switch", value: "on")
sendEvent(name: "windowShade", value: "partially open")
} else if(level == 0) {
Expand Down

0 comments on commit aa35b39

Please sign in to comment.