C# (CSharp) Q42.HueApi.Models 네임스페이스

중첩된 네임스페이스

Q42.HueApi.Models.Groups

클래스들

이름 설명
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