Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.arcam_fmj.const
 

Variables

string homeassistant.components.arcam_fmj.const.DEFAULT_NAME = "Arcam FMJ"
 
int homeassistant.components.arcam_fmj.const.DEFAULT_PORT = 50000
 
int homeassistant.components.arcam_fmj.const.DEFAULT_SCAN_INTERVAL = 5
 
string homeassistant.components.arcam_fmj.const.DOMAIN = "arcam_fmj"
 
string homeassistant.components.arcam_fmj.const.EVENT_TURN_ON = "arcam_fmj.turn_on"
 
string homeassistant.components.arcam_fmj.const.SIGNAL_CLIENT_DATA = "arcam.client_data"
 
string homeassistant.components.arcam_fmj.const.SIGNAL_CLIENT_STARTED = "arcam.client_started"
 
string homeassistant.components.arcam_fmj.const.SIGNAL_CLIENT_STOPPED = "arcam.client_stopped"