Skip to content

Releases: sqmk/Phue

Phue 1.1.1

28 Oct 02:56
Compare
Choose a tag to compare

New in this release:

  • Minor code cleanup
  • Improvements to README
  • Added PHP 7.0 to build tests

Phue 1.1.0

15 Mar 01:37
Compare
Choose a tag to compare

New in this release:

  • isReachable convenience method on lights (@topikito)

Phue 1.0.0

04 Jan 02:12
Compare
Choose a tag to compare

First major release!

New in this release:

  • Full sensor support (create, update)
  • Get unique id on light objects

Phue 0.11.0

29 Dec 03:11
Compare
Choose a tag to compare

New in this release:

  • Create and update rules
  • Get conditions and actions assigned to rules
  • Schedulable commands are now Actionable commands for rule support
  • Add Condition for Rule support

Phue 0.10.0

27 Dec 01:29
Compare
Choose a tag to compare

New in this release:

  • Add sensor models, factory, and convenience getModel method on Sensor
  • Standardize light model class names (tiny BC break)

Phue 0.9.2

27 Dec 00:52
Compare
Choose a tag to compare

New in this release:

  • Add commands to scan and fetch new sensors

Phue 0.9.1

27 Dec 00:27
Compare
Choose a tag to compare

New in this release:

  • Add new command to delete rules, with convenience method on Rule object

Phue 0.9.0

26 Dec 22:59
Compare
Choose a tag to compare

New in this release:

  • New sensor and rule objects
  • Support for retrieving sensors and rules

Phue 0.8.0

23 Dec 06:16
Compare
Choose a tag to compare

New in this release:

  • Allow for additional bridge configuration
  • Add new Portal object with portal related details
  • Add new SoftwareUpdate object with software update details
  • Can invoke update search and installation through SoftwareUpdate

Phue 0.7.1

22 Dec 03:00
Compare
Choose a tag to compare

New in this release:

  • Add getType method on Group