Update Results

class AzuracastPy.models.administration.settings.UpdateResults(current_release: str, latest_release: str, needs_rolling_update: bool, rolling_updates_available: int, rolling_updates_list: List[str], needs_release_update: bool, can_switch_to_stable: bool)

Represents the service’s update results.

__init__(current_release: str, latest_release: str, needs_rolling_update: bool, rolling_updates_available: int, rolling_updates_list: List[str], needs_release_update: bool, can_switch_to_stable: bool)

Initializes a UpdateResults object for the settings of the radio.

Note

This class should not be initialized directly. Instead, obtain an instance via: settings.update_results.