If you're coming from 1.x.x, make sure to read [2.0.0](https://github.com/SonnenladenGmbH/APsystems-EZ1-API/releases/tag/2.0.0) as this contains **breaking changes**.
From 2.0.0 to 2.1.0, the user can set the max output on initialization.
2.0.2
What's Changed * Fixed typos by patman15 in https://github.com/SonnenladenGmbH/APsystems-EZ1-API-HomeAssistant/pull/21
New Contributors * patman15 made their first contribution in https://github.com/SonnenladenGmbH/APsystems-EZ1-API-HomeAssistant/pull/21
- The `Status` enum has been removed and it is now replaced by standard booleans. - The `ReturnAlarmInfo` dataclass type has all properties renamed to be human understandable, but the do not match the original naming of the inverter's API anymore.
Following functions changed - `get_alarm_info` - `get_device_power_status` - `set_device_power_status`
Following Dataclass changed - `ReturnAlarmInfo`
How to adapt Replace `Status` with bools and check the `ReturnAlarmInfo` type for its changes.