Releases: BoboTiG/python-wks-com
Releases · BoboTiG/python-wks-com
1.2.0
Added
- new constant:
DEFAULT_PORT
with value "/dev/ttyUSB0" - docs: example how to use the module as a module
Changed
- the default
Inverter.port
is set toconstants.DEFAULT_PORT
Inverter
arguments are all forced to be keyword-only except forport
Deleted
- duplicate imports in
helpers.test_commands()