Skip to content

Releases: jkniest/hue-it

Release 0.3.0

18 Dec 14:36
3b3a3f7
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

Added

  • Added generic phpdocs for all collections
  • Added support for PHP 8.2

Packages

  • Updated php cs fixer
  • Update min ozdemirburak/iris library version to v3
  • Update min illuminate/collections library version to v9
  • Required min version of nikic/php-parser is now v4.13.2
  • Required min version of webmozart/assert is now v1.11.0

Removed

  • Removed PHP 7.4 support

Release 0.2.0

04 Jan 11:29
ec030b1
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

Added

  • Added initial support for php 8.1

Packages

  • Updated php cs fixer and phpstan

Release 0.1.1

21 Mar 18:23
Compare
Choose a tag to compare
Release 0.1.1 Pre-release
Pre-release

Fixed

  • Fixed issue with group 0 (all lights). Class can be null

Pre Release 0.1.0

20 Mar 19:06
Compare
Choose a tag to compare
Pre Release 0.1.0 Pre-release
Pre-release

Added

  • All Initial release
  • All Added support for local and cloud connections to the Phillips Hue API
  • All Controlling lights and groups
    • Turn on / Turn off
    • Brightness (Raw value and percentage)
    • Color temperature (Raw value and percentage)
    • Saturation (Raw value and percentage)
    • Effect (none / colorloop)
    • Alert (none / select / lselect)
    • Color (XY, Hex, RGB)
  • Cloud Full OAuth2 authentication flow (including Digest Auth)