pybragerone.models.api.system¶
System-related models for BragerOne API.
Classes
|
System version information. |
- class pybragerone.models.api.system.SystemVersion(**data: Any)[source]¶
Bases:
BaseModelSystem 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.