mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-25 01:26:14 +01:00
Change zigbee2mqtt serial port device path
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
fc436782e7
commit
712a95dcae
|
@ -47,7 +47,7 @@ nglib.makeSystem {
|
|||
{ pan_id = 15408;
|
||||
};
|
||||
|
||||
serial.port = "/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_4c004e9c53c9eb118a9f8b4f1d69213e-if00-port0";
|
||||
serial.port = "/dev/ttyUSB0";
|
||||
|
||||
devices = "devices.yaml";
|
||||
groups = "groups.yaml";
|
||||
|
|
Loading…
Reference in a new issue