|
77.
|
|
|
Publish light switch status. Message is set to retained because there may be a long period of time between light switch events:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:246(para)
|
|
78.
|
|
|
mosquitto_pub -r -t switches/kitchen_lights/status -m "on"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:248(para)
|
|
79.
|
|
|
Send the contents of a file in two ways:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:250(para)
|
|
80.
|
|
|
mosquitto_pub -t my/topic -f ./data
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:252(para)
|
|
81.
|
|
|
mosquitto_pub -t my/topic -s < ./data
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:253(para)
|
|
82.
|
|
|
Send parsed electricity usage data from a Current Cost meter, reading from stdin with one line/reading as one message:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:255(para)
|
|
83.
|
|
|
read_cc128.pl | mosquitto_pub -t sensors/cc128 -l
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:257(para)
|
|
84.
|
|
|
Bugs
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:262(title)
|
|
85.
|
|
|
<command>mosquitto_pub</command> bug information can be found at <uri type="webpage">http://launchpad.net/mosquitto</uri>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:263(para)
|
|
86.
|
|
|
See Also
|
|
|
|
(no translation yet)
|
|
|
|
Located in
mosquitto_pub.1.xml:267(title)
|