Releases: Julius2342/pyvlx
Releases · Julius2342/pyvlx
Bugfixing
Functional Parameter and initial position
Gates and Serial Numbers
Lights and Blades
Added support for light and blade types (#31), thank you @Dimitri23
Bugfix Release
- Added IGNORE Value to parameter class #26 @Julius2342
- Added GatewaySubState RESERVED_132 = 0x84 #22 @madzrobz
Dual Shutters
Small improvements
Improved logging
Improved logging.
This is a breaking change, i removed the log_frames
parameter from the PyVLX
object - the frames are printed out if logging is set to debug
.
Bugfixes
Fixed bug of not having correct position set when interrupting a movement.
Introduces OnOff switches
Pyvlx may now control ON_OFF_SWITCHes. They are loaded as node and may be controlled via:
await pyvlx.nodes['CoffeeMaker'].set_on()
or
await pyvlx.nodes['CoffeeMaker'].set_off()