mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
21 lines
277 B
YAML
21 lines
277 B
YAML
# 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
|