Skip to content

Releases: nn1ks/huectl-rs

v0.5.2

28 Jun 19:17
Compare
Choose a tag to compare

Internal changes:

  • Updated the version of huelib to 0.8 (#6)

v0.5.1

21 Jun 16:02
Compare
Choose a tag to compare

huectl is now available on crates.io 🎉 https://crates.io/crates/huectl

Internal changes:

v0.5.0

09 May 06:30
Compare
Choose a tag to compare

Features:

  • Added sensor subcommand (#2, 16d9e24)
  • Added rule subcommand (#3 , a19b2b7)
  • Added resourcelink subcommand (#4, 31a474e)
  • Added --sensors, --recycle, and --no-recycle options to the group create subcommand (3e6ae7e)
  • Added --sensors option to the group set subcommand (589e794)
  • Added --color-rgb and --color-hex options to the light set and group set subcommands (0956bd9)

Other changes:

  • The output is now printed in JSON format (c6c41e4)

Internal changes:

v0.4.0

12 Apr 05:02
Compare
Choose a tag to compare

Features:

  • Added schedule subcommand (d1347b0)

Internal changes:

v0.3.0

25 Mar 11:07
Compare
Choose a tag to compare

Features:

  • Made the the ip-address argument of the register subcommand optional (2f43374)
    • If the IP address is omitted, the user will be registered on the bridge that was first discovered
  • Improved output of config get and capabilities get (c91949f, dfd4e19)

Other changes:

  • Removed the --json option from get commands (cd97686)

Internal changes:

v0.2.0

24 Mar 11:28
Compare
Choose a tag to compare

Features:

  • Added capabilities subcommand (59b12ea)

Other changes:

  • Changed structure of subcommands (73df159)
    • Each resource type (light, group, etc.) now has a own subcommand which has subcommands for modifying, printing, etc.
    • For example instead of set-light 1 --on, the syntax is now light set 1 --on

Internal changes:

v0.1.1

23 Mar 10:39
Compare
Choose a tag to compare

Features:

  • Added scene delete subcommand (665fef4)

v0.1.0

23 Mar 01:54
Compare
Choose a tag to compare

Initial release