From 936448953ef7fdffa8ce281599d2fd9f501dc57d Mon Sep 17 00:00:00 2001 From: simonox Date: Mon, 20 Feb 2023 18:48:44 +0100 Subject: [PATCH] oops --- software/firmware/energy-monitor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/firmware/energy-monitor/README.md b/software/firmware/energy-monitor/README.md index 4a225b1..e7a08c8 100644 --- a/software/firmware/energy-monitor/README.md +++ b/software/firmware/energy-monitor/README.md @@ -121,8 +121,8 @@ You can subscribe to your local MQTT server and subscribe to all or just the int ```sh mosquitto_sub -h localhost -t '#' -p 1883 #all -mosquitto_sub -h localhost -t '/iot-platform/energy-monitor/test-device/ampere' -p 1883 #power -mosquitto_sub -h localhost -t '/iot-platform/energy-monitor/test-device/watt' -p 1883 #current +mosquitto_sub -h localhost -t '/iot-platform/energy-monitor/test-device/ampere' -p 1883 #current +mosquitto_sub -h localhost -t '/iot-platform/energy-monitor/test-device/watt' -p 1883 #power ``` ##### Interesting code blocks