Skip to content

Commit

Permalink
Update mdah.js
Browse files Browse the repository at this point in the history
RFY Blinds stop button
for testing #135
  • Loading branch information
empierre authored Aug 31, 2017
1 parent ddb686a commit d70de83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdah.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ function DevShutter(data) {
}

//console.log(data.idx+" "+status+" "+lvl);
if ((data.SwitchType === 'Venetian Blinds EU') || (data.SwitchType === 'Venetian Blinds US') || (data.SwitchType === 'RollerTrol, Hasta new')) {
if ((data.SwitchType === 'Venetian Blinds EU') || (data.SwitchType === 'Venetian Blinds US') || (data.SwitchType === 'RollerTrol, Hasta new')|| (data.SwitchType === 'Blinds')) {
stoppable = 1;
}
var myfeed = {"id": data.idx, "name": data.Name, "type": "DevShutter", "room": "Switches"};
Expand Down

0 comments on commit d70de83

Please sign in to comment.