8 lines
331 B
Python
8 lines
331 B
Python
|
"""Constants for the Easy Computer Manage integration."""
|
||
|
|
||
|
DOMAIN = "easy_computer_manage"
|
||
|
SERVICE_SEND_MAGIC_PACKET = "send_magic_packet"
|
||
|
SERVICE_RESTART_TO_WINDOWS_FROM_LINUX = "restart_to_windows_from_linux"
|
||
|
SERVICE_PUT_COMPUTER_TO_SLEEP = "put_computer_to_sleep"
|
||
|
SERVICE_START_COMPUTER_TO_WINDOWS = "start_computer_to_windows"
|