Files
onlyone/config.example.yaml
2022-01-22 10:11:59 +00:00

12 lines
298 B
YAML

defaultProcess: nano
processes:
- key: cat
cmd: cat
- key: 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()