mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
267 Scenario bug fully fixed Stable
This commit is contained in:
4
data/presets/rel.c.txt
Normal file
4
data/presets/rel.c.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
0;button-out;button1;toggle;Реле;Освещение;1;pin[12];st[0]
|
||||
0;button-out;button2;toggle;Реле;Освещение;2;pin[13];st[0]
|
||||
0;input-time;T1;inputTime;Реле;Введите#время#включения;3;st[10:00]
|
||||
0;input-time;T2;inputTime;Реле;Введите#время#выключения;4;st[11:00]
|
||||
8
data/presets/rel.s.txt
Normal file
8
data/presets/rel.s.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
timenow = T1
|
||||
button1 1
|
||||
button2 0
|
||||
end
|
||||
timenow = T2
|
||||
button1 0
|
||||
button2 1
|
||||
end
|
||||
Reference in New Issue
Block a user