From d70de8303e4a9b68d8597f8a6eaf085145366e23 Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Thu, 31 Aug 2017 15:11:24 +0200 Subject: [PATCH] Update mdah.js RFY Blinds stop button for testing #135 --- mdah.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdah.js b/mdah.js index 06e90394..b912f5be 100644 --- a/mdah.js +++ b/mdah.js @@ -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"};