Skip to content

Commit ae70123

Browse files
authored
add lifequality thanks @LordKered
1 parent d79ac6e commit ae70123

File tree

1 file changed

+58
-5
lines changed

1 file changed

+58
-5
lines changed
Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,59 @@
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+
}

0 commit comments

Comments
 (0)