File tree Expand file tree Collapse file tree 1 file changed +58
-5
lines changed
Expand file tree Collapse file tree 1 file changed +58
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " Life Quality" ,
3- "commands" : [
4-
5- ]
6- }
2+ "name" : " Life Quality" ,
3+ "commands" : [
4+ {
5+ "name" : " Temperature" ,
6+ "type" : " info" ,
7+ "subtype" : " numeric" ,
8+ "isVisible" : 1 ,
9+ "isHistorized" : 1 ,
10+ "unite" : " °C" ,
11+ "generic_type" : " TEMPERATURE" ,
12+ "logicalId" : " actualTemperature" ,
13+ "configuration" : {
14+ "calculValueOffset" : " #value# / 10"
15+ }
16+ },
17+ {
18+ "name" : " Humidity" ,
19+ "type" : " info" ,
20+ "subtype" : " numeric" ,
21+ "isVisible" : 1 ,
22+ "isHistorized" : 1 ,
23+ "unite" : " %" ,
24+ "generic_type" : " HUMIDITY" ,
25+ "logicalId" : " actualHumidity" ,
26+ "configuration" : {
27+ "calculValueOffset" : " #value# / 10"
28+ }
29+ },
30+ {
31+ "name" : " CO2" ,
32+ "type" : " info" ,
33+ "subtype" : " numeric" ,
34+ "isVisible" : 1 ,
35+ "isHistorized" : 1 ,
36+ "unite" : " ppm" ,
37+ "generic_type" : " CO2" ,
38+ "logicalId" : " actualCO2"
39+ },
40+ {
41+ "name" : " Battery" ,
42+ "type" : " info" ,
43+ "subtype" : " numeric" ,
44+ "isVisible" : 1 ,
45+ "isHistorized" : 0 ,
46+ "unite" : " %" ,
47+ "generic_type" : " BATTERY" ,
48+ "logicalId" : " batteryChargeLevelPercentage"
49+ },
50+ {
51+ "name" : " Signal" ,
52+ "type" : " info" ,
53+ "subtype" : " string" ,
54+ "isVisible" : 0 ,
55+ "isHistorized" : 0 ,
56+ "logicalId" : " signalLevel"
57+ }
58+ ]
59+ }
You can’t perform that action at this time.
0 commit comments