nicer output of simulator
This commit is contained in:
parent
7cf4ea9f91
commit
de32e2411e
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/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/watt'
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
mosquitto_pub -h localhost -p 1883 -t '/iot-platform/energy-monitor/test-device/watt' -m $((1 + $RANDOM % 10 * 500))
|
mosquitto_pub -h localhost -p 1883 -t '/iot-platform/energy-monitor/test-device/watt' -m $((1 + $RANDOM % 10 * 500))
|
||||||
|
|
Loading…
Reference in a new issue