mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
add mqtt-io-arm
This commit is contained in:
20
mqtt-io-arm/data/config.yml
Normal file
20
mqtt-io-arm/data/config.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Doc: https://mqtt-io.app/
|
||||
|
||||
mqtt:
|
||||
host: test.mosquitto.org
|
||||
port: 1883
|
||||
topic_prefix: easypi
|
||||
|
||||
gpio_modules:
|
||||
- name: rpi
|
||||
module: raspberrypi
|
||||
|
||||
digital_inputs:
|
||||
- name: doorbell
|
||||
module: rpi
|
||||
pin: 21
|
||||
|
||||
digital_outputs:
|
||||
- name: light
|
||||
module: rpi
|
||||
pin: 22
|
||||
Reference in New Issue
Block a user