mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-13 05:34:34 +00:00
SRC cooling mode, guess
This commit is contained in:
@@ -8146,11 +8146,12 @@ uint8
|
||||
| datetime | date/time | string | | false | DEVICE_DATA | 0 | 13 | 1 |
|
||||
| outdoortemp | outside temperature | int16 | C | false | DEVICE_DATA | 13 | 1 | 1/10 |
|
||||
| src1.currtemp | current room temperature | int16 | C | false | SRC | 0 | 1 | 1/10 |
|
||||
| src1.airhumidity | relative air humidity | int8 | % | false | SRC | 1 | 1 | 1 |
|
||||
| src1.airhumidity | relative air humidity | uint8 | % | false | SRC | 1 | 1 | 1 |
|
||||
| src1.dewtemperature | dew point temperature | int16 | C | false | SRC | 2 | 1 | 1/10 |
|
||||
uint8
|
||||
| src1.seltemp | selected room temperature | uint8 (>=5<=30) | C | true | SRC | 3 | 1 | 1/2 |
|
||||
| src1.mode | operating mode | enum | | true | SRC | 4 | 1 | 1 |
|
||||
| src1.cooling | Kühlen | boolean | | true | SRC | -1 | 1 | 1 |
|
||||
| src1.name | name | string | | true | SRC | 5 | 26 | 1 |
|
||||
| src1.childlock | child lock | boolean | | true | SRC | 31 | 1 | 1 |
|
||||
| src1.icon | icon | enum | | true | SRC | 32 | 1 | 1 |
|
||||
|
||||
Reference in New Issue
Block a user