Q42.HueApi.Models.Groups |
Name | Description |
---|---|
AccessTokenResponse | |
BridgeCapabilities | |
Capability | |
GenericScheduleCommand | Can be used to create any type of schedule command Use a raw jsonString as input dynamic dynamicCOmmand = new ExpandoObject(); dynamicCOmmand.status = 1; var jsonString = JsonConvert.SerializeObject(dynamicCOmmand); var commandBody = new GenericScheduleCommand(jsonString); |
RemoteAuthorizeResponse | |
RemoteBridge | |
RulesCapability | |
Scene | |
SceneAppData | |
ScenesCapability | |
Schedule | |
Sensor | Based on http://www.developers.meethue.com/documentation/supported-sensors |
SensorConfig | |
SensorState | |
SensorsCapability | |
Timezones |