From 8f6be952a9185df41b6c9d4398e622692fcd55d3 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 4 Jan 2021 15:52:53 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert Jördens --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0738f398..1aace696 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 '/ch' +mosquitto_sub -h mqtt -v -t /ch ``` Note in the above that is an integer between 0 and 7 (inclusive). is as specified above.