- add Makefile
- improve README.md - smaller fixes regarding configuration
This commit is contained in:
16
rpicontrol.conf.example
Normal file
16
rpicontrol.conf.example
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user