mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 22:06:03 +01:00
5 lines
101 B
Python
5 lines
101 B
Python
"""Constants for the Velbus tests."""
|
|
|
|
PORT_SERIAL = "/dev/ttyACME100"
|
|
PORT_TCP = "127.0.1.0.1:3788"
|