mirror of
https://github.com/mountain-pitt/mk-blindcontrol.git
synced 2025-09-18 10:39:07 +00:00
code change
This commit is contained in:
@@ -1422,7 +1422,6 @@ void messageReceived(String &topic, String &payload)
|
||||
}
|
||||
|
||||
|
||||
//////////////////////
|
||||
//if (msgString.equalsIgnoreCase("OPEN")) OPEN OFF and 0
|
||||
else if ((String(msgString).equalsIgnoreCase("OPEN") || String(msgString).equalsIgnoreCase("OFF") || String(msgString).equalsIgnoreCase("0")) && (topic == "cmnd/" + _identifier + "/POWER"))
|
||||
|
||||
|
Reference in New Issue
Block a user