Files
IoTManager/data/scenario.all.txt

28 lines
331 B
Plaintext
Raw Normal View History

2020-02-08 02:45:35 +03:00
button1 = 1
buttonSet 2 1
buttonSet 3 1
pwmSet 2 1024
end
button1 = 0
buttonSet 2 0
buttonSet 3 0
pwmSet 2 0
end
analog > digit1
buttonSet 4 1
end
analog < digit1
buttonSet 4 0
2020-02-10 01:06:18 +03:00
end
button5 = 1
timerStart 1 digit2 sec
end
timer1 = 0
buttonSet 6 1
end
switch1 = 1
textSet 1 закрыто
end
switch1 = 0
textSet 1 открыто
2020-02-08 02:45:35 +03:00
end