Change Log¶
0.6.0 2020-12-05¶
Changed¶
Stop moving the desk if the safety feature kicks in.
0.5.0 2020-11-14¶
Added¶
Added python 3.9 support.
Changed¶
Added automatic retry to failed connections.
Fixed¶
Allow the
initsubcommand to work without a MAC address.
0.4.0 2020-10-20¶
Added¶
Added
saveanddeletesub-commands to the CLI to save and delete desk positions.
Changed¶
Changed the configuration file format, see the README for details.
Updated bleak dependency to 0.9.0.
Fixed¶
Fixed a bug with the
initsub-command raising an exception.
0.3.0 2020-10-10¶
Added¶
Added
discoverclass method toIdasenDesk.
Changed¶
The
initsubcommand will now attempt to discover the MAC address.
0.2.1 2020-10-07¶
Fixed¶
Fixed CLI –verbose argument doing nothing.
0.2.0 2020-09-26¶
Changed¶
Added URL to
yamlfile created withidasen init.Updated bleak dependency to 0.8.0
0.1.0 2020-09-07¶
Initial release