Skip to content

Commit 7cb6510

Browse files
authored
energy-management-app: Add boost state in WaterHeater README (#36338)
* Add boost state in WaterHeater README * Format
1 parent 3b16d71 commit 7cb6510

File tree

1 file changed

+16
-0
lines changed
  • examples/energy-management-app/linux

1 file changed

+16
-0
lines changed

examples/energy-management-app/linux/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -613,3 +613,19 @@ Step-by-step:
613613
614614
[1730312762.703] [2153606:2153609] [TOO] TankVolume: 100
615615
```
616+
617+
1. Set boost state:
618+
619+
- `durationIndicates` the time period in seconds for which the BOOST state
620+
is activated before it automatically reverts to the previous mode (e.g.
621+
OFF, MANUAL or TIMED).
622+
623+
```
624+
./out/linux-x64-chip-tool-no-ble/chip-tool waterheatermanagement boost '{ "duration": 1800 }' 0x12344321 2
625+
```
626+
627+
1. Cancel boost state:
628+
629+
```
630+
./out/linux-x64-chip-tool-no-ble/chip-tool waterheatermanagement cancel-boost 0x12344321 2
631+
```

0 commit comments

Comments
 (0)