Files
rpicontrol/rpicontrol.config.example
Thomas Vogl 6b64e5aa00 - fix re-connection after connection loss to broker
- add subscribe call after reconnect
  - additional config settings for timeout values
- add more info/warn outputs
- change default log level from "warn" to "info"
2022-12-31 11:09:28 +01:00

15 lines
293 B
Plaintext

mqtt-config:
broker-address: "tcp://localhost:1883"
connect-timeout-ms: 2000
connect-retry-interval-ms: 2000
max-reconnect-interval-ms: 15000
pin-control-config:
gpio-pins:
- number: 17
name: out1
direction: Output
pull-config: PullOff
polling-time-ms: 100