4 lines
123 B
Bash
4 lines
123 B
Bash
|
TEMP=`python /home/pi/myweather/tmperature.py |head -1`
|
||
|
|
||
|
mosquitto_pub -h mqtt.unixweb.de -p 1883 -t abcde/temp1 -m $TEMP
|