mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
dht fixed, presets support
This commit is contained in:
0
data/configs/dallas.config.txt
Normal file
0
data/configs/dallas.config.txt
Normal file
0
data/configs/dallas.scenario.txt
Normal file
0
data/configs/dallas.scenario.txt
Normal file
5
data/configs/dht22.config.txt
Normal file
5
data/configs/dht22.config.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
dhtT DHT22 2 Температура#DHT,#t°C Датчики any-data 1
|
||||
dhtH DHT22 2 Влажность#DHT,#% Датчики any-data 2
|
||||
dhtComfort Степень#комфорта: Датчики 3
|
||||
dhtPerception Восприятие: Датчики 4
|
||||
dhtDewpoint Точка#росы: Датчики 5
|
||||
1
data/configs/dht22.scenario.txt
Normal file
1
data/configs/dht22.scenario.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
1
data/configs/relay_br.config.txt
Normal file
1
data/configs/relay_br.config.txt
Normal file
@@ -0,0 +1 @@
|
||||
button 1 5 Включить#все Реле 0 1
|
||||
8
data/configs/relay_br.scenario.txt
Normal file
8
data/configs/relay_br.scenario.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
button1 = 1
|
||||
mqtt 3233662-1589485 buttonSet_1_1
|
||||
mqtt 2233662-1589486 buttonSet_1_1
|
||||
end
|
||||
button1 = 0
|
||||
mqtt 3233662-1589485 buttonSet_1_0
|
||||
mqtt 2233662-1589486 buttonSet_1_0
|
||||
end
|
||||
1
data/configs/relay_rm.config.txt
Normal file
1
data/configs/relay_rm.config.txt
Normal file
@@ -0,0 +1 @@
|
||||
switch 1 0 10
|
||||
3
data/configs/relay_rm.scenario.txt
Normal file
3
data/configs/relay_rm.scenario.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
switch1 = 1
|
||||
mqtt 3233662-1589489 buttonChange_1
|
||||
end
|
||||
1
data/configs/relay_sr.config.txt
Normal file
1
data/configs/relay_sr.config.txt
Normal file
@@ -0,0 +1 @@
|
||||
switch 1 0 10
|
||||
4
data/configs/relay_sr.scenario.txt
Normal file
4
data/configs/relay_sr.scenario.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
switch1 = 1
|
||||
mqtt 3233662-1589485 buttonChange_1
|
||||
mqtt 2233662-1589486 buttonChange_1
|
||||
end
|
||||
2
data/configs/relay_sw.config.txt
Normal file
2
data/configs/relay_sw.config.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
button 1 13 Включить#реле Реле 0 1
|
||||
switch 1 0 10
|
||||
3
data/configs/relay_sw.scenario.txt
Normal file
3
data/configs/relay_sw.scenario.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
switch1 = 1
|
||||
buttonChange 1
|
||||
end
|
||||
Reference in New Issue
Block a user