Skip to content

Winix 0.3.0

Latest
Compare
Choose a tag to compare
@hfern hfern released this 07 Jul 06:23
aa3add0

Winixctl CLI now has the ability to control multiple devices!

The pip package has been updated and can be installed with pip install winix==0.3.0.

Full release notes

  • Ability to control multiple devices with the --device flag. You can specify the exact device to control by using either the device index (0), MAC, or Alias ("Bedroom"). Give it a try with winixctl -D bedroom plasmawave on! There are detailed multi-device usage notes in the README.
  • Fixed a possibility to corrupt the saved credentials file.
  • Better error management. Errors are now written to stderr and the process will exit with return code 1 for all failures. This should make winixctl significantly easier to script in home automation.