mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 23:22:19 +03:00
add one more preset
This commit is contained in:
7
data/presets/alloff.c.txt
Normal file
7
data/presets/alloff.c.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
0;button-out;button-out-1;toggle;Кнопки;Выключить#все;1;st[0]
|
||||
0;button-out;button-out-2;toggle;Кнопки;Гостинная;2;pin[12];st[0]
|
||||
0;button-out;button-out-3;toggle;Кнопки;Спальня;3;pin[13];st[0]
|
||||
0;button-out;button-out-4;toggle;Кнопки;Прихожая;4;pin[14];st[0]
|
||||
0;pwm-out;pwm-out-5;range;Кнопки;Яркость;5;pin[15];st[500]
|
||||
0;pwm-out;pwm-out-6;range;Кнопки;Яркость;6;pin[16];st[500]
|
||||
0;output-text;output-text-7;anydata;Кнопки;Статус;7;st[выключено]
|
||||
16
data/presets/alloff.s.txt
Normal file
16
data/presets/alloff.s.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
button-out-1 = 1
|
||||
button-out-2 1
|
||||
button-out-3 1
|
||||
button-out-4 1
|
||||
pwm-out-5 200
|
||||
pwm-out-6 800
|
||||
output-text-7 включено
|
||||
end
|
||||
button-out-1 = 0
|
||||
button-out-2 0
|
||||
button-out-3 0
|
||||
button-out-4 0
|
||||
pwm-out-5 800
|
||||
pwm-out-6 200
|
||||
output-text-7 выключено
|
||||
end
|
||||
Reference in New Issue
Block a user