Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.roon.server Namespace Reference

Classes

class  RoonServer
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int FULL_SYNC_INTERVAL = 30
 
int INITIAL_SYNC_INTERVAL = 5
 

Detailed Description

Code to handle the api connection to a Roon server.

Variable Documentation

◆ _LOGGER

homeassistant.components.roon.server._LOGGER = logging.getLogger(__name__)
private

Definition at line 14 of file server.py.

◆ FULL_SYNC_INTERVAL

int homeassistant.components.roon.server.FULL_SYNC_INTERVAL = 30

Definition at line 16 of file server.py.

◆ INITIAL_SYNC_INTERVAL

int homeassistant.components.roon.server.INITIAL_SYNC_INTERVAL = 5

Definition at line 15 of file server.py.