pybragerone.models.api.system

System-related models for BragerOne API.

Classes

SystemVersion(**data)

System version information.

class pybragerone.models.api.system.SystemVersion(**data: Any)[source]

Bases: BaseModel

System version information.

Note: API returns this wrapped in {“version”: {…}}, but we keep the inner structure as the main model. The wrapper is handled at API client level.

Parameters:
devMode: bool
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

version: str