Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Currently nearly no abstraction of the data. So you need to send binary values f
```
{
"on": true,
"temperature": "24"
"temperature": "24",
"mode": 8,
"fan": 2,
"timer": false,
"timer_value": "0",
"unitF": false,
"unitF": false
}
```

Expand All @@ -35,4 +35,4 @@ mode: 8=A/C, 2=Dehumidify, 1=Fan only

timer: Enables the timer. When unit is off it serves as the switch-on timer, if the unit is on it switches off after the interval

timer_value: Hours until the timer action (on/off) will be executed
timer_value: Hours until the timer action (on/off) will be executed