17 lines
357 B
Plaintext
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
|