mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
presets added
This commit is contained in:
5
data/presets/humstat.c.txt
Normal file
5
data/presets/humstat.c.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
0;dht-hum;hum;anydataHum;Теплица;Влажность;1;pin[2];type[dht11];c[1]
|
||||
0;logging;log;chart;Теплица;Влажность;2;val[hum];int[60];cnt[100]
|
||||
0;input-digit;inputU;inputDigit;Теплица;Верхний#порог;3;st[45]
|
||||
0;input-digit;inputL;inputDigit;Теплица;Нижний#порог;4;st[35]
|
||||
0;button-out;button;toggle;Теплица;Полив;5;pin[12];st[0]
|
||||
6
data/presets/humstat.s.txt
Normal file
6
data/presets/humstat.s.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
hum > inputU
|
||||
button 0
|
||||
end
|
||||
hum < inputL
|
||||
button 1
|
||||
end
|
||||
0
data/presets/termostat.s.txt
Normal file
0
data/presets/termostat.s.txt
Normal file
0
data/presets/termostat.с.txt
Normal file
0
data/presets/termostat.с.txt
Normal file
Reference in New Issue
Block a user