Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.foscam.const Namespace Reference

Variables

string CONF_RTSP_PORT = "rtsp_port"
 
string CONF_STREAM = "stream"
 
string DOMAIN = "foscam"
 
 LOGGER = logging.getLogger(__package__)
 
string SERVICE_PTZ = "ptz"
 
string SERVICE_PTZ_PRESET = "ptz_preset"
 

Detailed Description

Constants for Foscam component.

Variable Documentation

◆ CONF_RTSP_PORT

string homeassistant.components.foscam.const.CONF_RTSP_PORT = "rtsp_port"

Definition at line 9 of file const.py.

◆ CONF_STREAM

string homeassistant.components.foscam.const.CONF_STREAM = "stream"

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.foscam.const.DOMAIN = "foscam"

Definition at line 7 of file const.py.

◆ LOGGER

homeassistant.components.foscam.const.LOGGER = logging.getLogger(__package__)

Definition at line 5 of file const.py.

◆ SERVICE_PTZ

string homeassistant.components.foscam.const.SERVICE_PTZ = "ptz"

Definition at line 12 of file const.py.

◆ SERVICE_PTZ_PRESET

string homeassistant.components.foscam.const.SERVICE_PTZ_PRESET = "ptz_preset"

Definition at line 13 of file const.py.