We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b16d71 commit 7cb6510Copy full SHA for 7cb6510
examples/energy-management-app/linux/README.md
@@ -613,3 +613,19 @@ Step-by-step:
613
614
[1730312762.703] [2153606:2153609] [TOO] TankVolume: 100
615
```
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