Skip to content

Commit

Permalink
energy-management-app: Add boost state in WaterHeater README (#36338)
Browse files Browse the repository at this point in the history
* Add boost state in WaterHeater README

* Format
  • Loading branch information
lboue authored and pull[bot] committed Dec 2, 2024
1 parent 8cfc1f8 commit 9236e69
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/energy-management-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,3 +613,19 @@ Step-by-step:
[1730312762.703] [2153606:2153609] [TOO] TankVolume: 100
```
1. Set boost state:
- `durationIndicates` the time period in seconds for which the BOOST state
is activated before it automatically reverts to the previous mode (e.g.
OFF, MANUAL or TIMED).
```
./out/linux-x64-chip-tool-no-ble/chip-tool waterheatermanagement boost '{ "duration": 1800 }' 0x12344321 2
```
1. Cancel boost state:
```
./out/linux-x64-chip-tool-no-ble/chip-tool waterheatermanagement cancel-boost 0x12344321 2
```

0 comments on commit 9236e69

Please sign in to comment.