Skip to content

Releases: michielpost/Q42.HueApi

2.0.0

07 Oct 11:56
Compare
Choose a tag to compare

Changes

  • Supports Bridge API 1.9 & 1.10.0
  • Support for the Remote API

Breaking changes
HueClient is renamed to LocalHueClient
IHueClient is renamd to ILocalHueClient

Remote API
There's a new RemoteHueClient and IRemoteHueClient interface to communicatie with the Philips Hue Remote API. You will need to have access to the Remote API. See the Readme for details.

Download from NuGet:
https://www.nuget.org/packages/Q42.HueApi/

1.9.0.42

22 Apr 12:25
Compare
Choose a tag to compare

Supports Bridge API 1.7

Supports extra light command properties:

  • BrightnessIncrement
  • SaturationIncrement
  • HueIncrement
  • ColorTemperatureIncrement
  • ColorCoordinatesIncrement

Download from NuGet:
https://www.nuget.org/packages/Q42.HueApi/

1.8.6.42

11 Mar 10:06
Compare
Choose a tag to compare

Supports Bridge API 1.7

Supports deleting lights and sensors

Download from NuGet:
https://www.nuget.org/packages/Q42.HueApi/

1.8.0.42

11 Dec 10:39
Compare
Choose a tag to compare

Supports Bridge API 1.4.0

See Bridge API 1.5.0 changelog here:
http://www.developers.meethue.com/documentation/changelog

Download from NuGet:
https://www.nuget.org/packages/Q42.HueApi/

1.7.1.42

07 Dec 13:36
Compare
Choose a tag to compare

Bugfix with reading Schedules and Rules from the Bridge
Simplified CreateRule and UpdateRule methods.
RuleCondition operator changed to an enum
InternalBridgeCommand Method now uses System.Net.Http.HttpMethod as Method type instead of a string.

Download from NuGet:
https://www.nuget.org/packages/Q42.HueApi/

1.7.0.42

02 Dec 13:08
Compare
Choose a tag to compare

ScheduleCommand renamed to InternalBridgeCommand
RuleAction removed and replaced with InternalBridgeCommand

InternalBridgeCommand Body property is now of type ICommandBody

SceneCommand implements the ICommandBody interface
LighCommand implements the ICommandBody interface

Download from NuGet:
https://www.nuget.org/packages/Q42.HueApi/