This commit is contained in:
Dmitry Borisenko
2020-12-10 05:13:09 +03:00
parent 81866043bc
commit d17112b3ff
19 changed files with 93 additions and 27 deletions

4
data/presets/7.c.txt Normal file
View File

@@ -0,0 +1,4 @@
0;inoutput;text;anydataAlarm;Сигнализация;Движение:;1
0;inoutput;time;anydataTime;Сигнализация;Время:;2
0;button-in;sensor;na;na;na;3;pin[0];db[20]
0;button-out;reset;toggle;Сигнализация;Сбросить;4

10
data/presets/7.s.txt Normal file
View File

@@ -0,0 +1,10 @@
sensor = 1
text обнаружено
time %date%
telegram text обнаружено#движение 1
end
reset = 1
text не#обнаружено
time %date%
reset 0
end

4
data/presets/8.c.txt Normal file
View File

@@ -0,0 +1,4 @@
0;button-in;sensor;na;na;na;1;pin[0];db[20]
0;button-out;light;toggle;Освещение;Освещение;2;pin[13]
0;count-down;count;anydata;Освещение;Обратный#отчет;3
0;inoutput;period;inputDigit;Освещение;Период#включения;4

7
data/presets/8.s.txt Normal file
View File

@@ -0,0 +1,7 @@
sensor = 1
light 1
count period
end
count = 0
light 0
end

2
data/presets/9.c.txt Normal file
View File

@@ -0,0 +1,2 @@
0;button-out;light;toggle;Кнопки;Освещение;1;pin[13]
0;button-in;switch;na;na;na;2;pin[0];db[20]

3
data/presets/9.s.txt Normal file
View File

@@ -0,0 +1,3 @@
switch = 1
light change
end