9 lines
139 B
Python
9 lines
139 B
Python
|
"""Constants for the PJLink integration."""
|
||
|
|
||
|
CONF_ENCODING = "encoding"
|
||
|
|
||
|
DEFAULT_PORT = 4352
|
||
|
DEFAULT_ENCODING = "utf-8"
|
||
|
|
||
|
DOMAIN = "pjlink"
|