Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants used for arcam."""
2 
3 DOMAIN = "arcam_fmj"
4 
5 SIGNAL_CLIENT_STARTED = "arcam.client_started"
6 SIGNAL_CLIENT_STOPPED = "arcam.client_stopped"
7 SIGNAL_CLIENT_DATA = "arcam.client_data"
8 
9 EVENT_TURN_ON = "arcam_fmj.turn_on"
10 
11 DEFAULT_PORT = 50000
12 DEFAULT_NAME = "Arcam FMJ"
13 DEFAULT_SCAN_INTERVAL = 5