Releases: gazoodle/geckolib
Releases · gazoodle/geckolib
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Done/Fixed in 1.0.2
- Some progress toward support for MrSteam units
- Refactoring to allow accessory modules such as inMix to be handled.
- Library is now RUFF compliant, all typing hints are done.
- Can connect to MrSteam without throwing any errors. This ought to be good to get some snapshots.
- Rebuilt GeckoPump class to cleanly handle one, two or variable speed pumps
- Spa manager will reload if critical data changed
- Update light management to handle both Li and L120 light systems
- Waterfall to new pattern, still might not reflect actual state if CP is on same circuit
- Support bubble generator on the pack Aux port
- Add keypad buttons for all available pumps, blowers, etc.
BREAKING CHANGES 1.0.2
- Blower is now a single speed pump, not a switch
- Single speed pumps no longer support modes, it's either on or off
- Pump modes are from the user demand list not the device control one, so previously "HIGH" was a pump mode, it is now "HI".
v1.0.1
v1.0.0
v0.4.20
This is the last sync version of this library. It has become too complex to keep both API types in the same codebase. The client samples have been updated and HA integration uses the async version.
If there are any other clients of this still using the sync version, this is the last version that I will be updating. Most of the recent work was on the async API but you might still be able to salvage some recent updates if you have a sync fork still going.