core/tests/components/velbus/const.py

4 lines
100 B
Python
Raw Normal View History

2021-11-08 16:26:00 +00:00
"""Constants for the Velbus tests."""
PORT_SERIAL = "/dev/ttyACME100"
PORT_TCP = "127.0.1.0.1:3788"