2
0
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:
kevin
2021-11-21 16:32:00 +08:00
parent 63543ea5af
commit c20ccd5a85
5 changed files with 68 additions and 2 deletions

View 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