mqtt-publish
v0.1.1
Published
Command line tool to publish retained topics defined in a JSON file.
Downloads
5
Readme
MQTT Publish
Command line tool to publish topics defined in a JSON file as retained messages with QoS 2. Check the --help
for more information.
JSON Example File
{
"foo": "string",
"bar": true,
"baz": [1, 2]
}