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'
password: '!secret password'
serial:
port: /dev/ttyACM0
port: /dev/ttyACM2
advanced:
channel: 15
log_level: info
+1 -1
View File
@@ -8,7 +8,7 @@ services:
- ./data:/app/data
- /run/udev:/run/udev:ro
devices:
- /dev/ttyACM0:/dev/ttyACM0
- /dev/ttyACM2:/dev/ttyACM2
restart: always
network_mode: host
privileged: true