feature : mqtt

This commit is contained in:
2022-01-22 10:11:59 +00:00
parent 803cf31aa2
commit 600fe297a1
3 changed files with 89 additions and 2 deletions

View File

@@ -3,4 +3,9 @@ processes:
- key: cat
cmd: cat
- key: nano
cmd: nano
cmd: nano
mqtt: # only add mqtt if mqtt required
brokerAddress: "192.168.1.251"
topic: "devices/$CLIENTID/audio/input"
brokerPort: 8883 #optional default value 1883
clientId: DeviceName # optional default value os.uname()