rpicontrol/rpicontrol.conf.example
Thomas Vogl e8c46c43f6 - add Makefile
- improve README.md
- smaller fixes regarding configuration
2022-12-31 17:04:35 +01:00

17 lines
357 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
send-polling-events: false
send-change-events: true
polling-time-ms: 100