6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
temp=$1
|
||
|
|
||
|
mosquitto_pub -t 'zigbee2mqtt/Piscine' -m '{"temperature": '$temp'}'
|