forked from jens/Automation
Fix in data switch
This commit is contained in:
parent
b5bd332ff5
commit
4aa095e801
@ -1399,9 +1399,9 @@ public class Actions
|
||||
|
||||
String desiredStateString;
|
||||
if(desiredState == 0)
|
||||
desiredStateString = "enable";
|
||||
else
|
||||
desiredStateString = "disable";
|
||||
else
|
||||
desiredStateString = "enable";
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user