Move conbee port

This commit is contained in:
2021-06-09 13:41:22 +03:00
parent 5db7cc709d
commit 7223cf6eb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ mqtt:
user: '!secret user' user: '!secret user'
password: '!secret password' password: '!secret password'
serial: serial:
port: /dev/ttyACM0 port: /dev/ttyACM2
advanced: advanced:
channel: 15 channel: 15
log_level: info log_level: info
+1 -1
View File
@@ -8,7 +8,7 @@ services:
- ./data:/app/data - ./data:/app/data
- /run/udev:/run/udev:ro - /run/udev:/run/udev:ro
devices: devices:
- /dev/ttyACM0:/dev/ttyACM0 - /dev/ttyACM2:/dev/ttyACM2
restart: always restart: always
network_mode: host network_mode: host
privileged: true privileged: true