diff --git a/software/firmware/energy-monitor/00-simulator/simulate.sh b/software/firmware/energy-monitor/00-simulator/simulate.sh index e545d47..f0f6677 100755 --- a/software/firmware/energy-monitor/00-simulator/simulate.sh +++ b/software/firmware/energy-monitor/00-simulator/simulate.sh @@ -1,5 +1,5 @@ #!/bin/sh -echo Publishing random values to topic '/iot-platform/energy-monitor/test-device‘ +echo Publishing random values to topic '/iot-platform/energy-monitor/test-device' while true do mosquitto_pub -h localhost -p 1883 -t '/iot-platform/energy-monitor/test-device/watt' -m $((1 + $RANDOM % 10 * 500))