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 withwinixctl -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.