Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Jördens <rj@quartiq.de>
  • Loading branch information
ryan-summers and jordens authored Jan 4, 2021
1 parent 3e6aa25 commit 8f6be95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ Additionally, the USB port allows the user to:

## Booster Units

Booster uses SI units for all telemetry messages and properties, with the exception of power
measurements. All power measurements are instead specified in dBm.
Booster uses SI units (Volt, Ampere, Celsius) for telemetry messages and properties. Power measurements are specified in dBm.

## Ethernet Telemetry and Control

Expand All @@ -134,7 +133,7 @@ For a reference implementation of the API to control booster over MQTT, refer to

**Note**: When using mosquitto, the channel telemetry can be read using:
```
mosquitto_sub -h mqtt -t '<ID>/ch<N>'
mosquitto_sub -h mqtt -v -t <ID>/ch<N>
```
Note in the above that <N> is an integer between 0 and 7 (inclusive). <ID> is as specified above.

Expand Down

0 comments on commit 8f6be95

Please sign in to comment.