Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
pvtom committed Dec 28, 2022
1 parent cec7dd4 commit 9da2914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ mosquitto_pub -h localhost -p 1883 -t "e3dc/set/max_discharge_power -m 4500

Set battery reserve for emergency power
```
mosquitto_pub -h r7 -t "e3dc/set/reserve/energy" -m 1500 # in [Wh]
mosquitto_pub -h localhost -t "e3dc/set/reserve/energy" -m 1500 # in [Wh]
# or
mosquitto_pub -h r7 -t "e3dc/set/reserve/percent" -m 10 # in [%]
mosquitto_pub -h localhost -t "e3dc/set/reserve/percent" -m 10 # in [%]
```

### Power Management
Expand Down Expand Up @@ -257,11 +257,11 @@ mosquitto_pub -h localhost -p 1883 -t "e3dc/set/interval" -m 2
```
Set PM requests on or off (true/false)
```
mosquitto_pub -h r7 -t "e3dc/set/requests/pm" -m true
mosquitto_pub -h localhost -t "e3dc/set/requests/pm" -m true
```
Set PVI requests on or off (true/false)
```
mosquitto_pub -h r7 -t "e3dc/set/requests/pvi" -m true
mosquitto_pub -h localhost -t "e3dc/set/requests/pvi" -m true
```

## Used Libraries and Licenses
Expand Down

0 comments on commit 9da2914

Please sign in to comment.