2023-12-29 12:40:35 +01:00
|
|
|
"""Constants for the Easy Computer Manager integration."""
|
2023-04-04 13:44:07 +02:00
|
|
|
|
2023-12-29 12:40:35 +01:00
|
|
|
DOMAIN = "easy_computer_manager"
|
2023-04-04 13:44:07 +02:00
|
|
|
SERVICE_SEND_MAGIC_PACKET = "send_magic_packet"
|
|
|
|
SERVICE_RESTART_TO_WINDOWS_FROM_LINUX = "restart_to_windows_from_linux"
|
2023-04-06 19:15:41 +02:00
|
|
|
SERVICE_RESTART_TO_LINUX_FROM_WINDOWS = "restart_to_linux_from_windows"
|
2023-04-04 13:44:07 +02:00
|
|
|
SERVICE_PUT_COMPUTER_TO_SLEEP = "put_computer_to_sleep"
|
|
|
|
SERVICE_START_COMPUTER_TO_WINDOWS = "start_computer_to_windows"
|
2023-12-28 22:40:29 +01:00
|
|
|
SERVICE_RESTART_COMPUTER = "restart_computer"
|
|
|
|
SERVICE_CHANGE_MONITORS_CONFIG = "change_monitors_config"
|
2023-12-30 15:32:31 +01:00
|
|
|
SERVICE_STEAM_BIG_PICTURE = "steam_big_picture"
|
2023-12-30 18:45:14 +01:00
|
|
|
SERVICE_CHANGE_AUDIO_CONFIG = "change_audio_config"
|
2023-12-30 21:20:42 +01:00
|
|
|
SERVICE_DEBUG_INFO = "debug_info"
|