akkudoktoreos.core.coreabc.StartMixin
- class akkudoktoreos.core.coreabc.StartMixin
Bases:
EnergyManagementSystemMixinA mixin to manage the start datetime for energy management.
- Provides property:
start_datetime: The starting datetime of the current or latest energy management.
- __init__()
Methods
__init__()Attributes
Convenience method/ attribute to retrieve the EOS energy management system.
Returns the start datetime of the current or latest energy management.
- property start_datetime: DateTime | None
Returns the start datetime of the current or latest energy management.
- Returns:
The starting datetime of the current or latest energy management, or None.
- Return type:
DateTime
- property ems: Any
Convenience method/ attribute to retrieve the EOS energy management system.
- Returns:
The energy management system.
- Return type:
EnergyManagementSystem