internal CurrentHumidityClient(DeviceProviders.IService service) : base(service) { iface = GetInterface("org.alljoyn.SmartSpaces.Environment.CurrentHumidity"); }
internal LightClient(DeviceProviders.IService service) : base(service) { lampState = GetInterface("org.allseen.LSF.LampState"); lampDetails = GetInterface("org.allseen.LSF.LampDetails"); }
public PhilipsHueDSB(DeviceProviders.IService service) : base(service) { mainInterface = GetInterface("com.dotMorten.PhilipsHueDSB.PhilipsHue.MainInterface"); hueInterface = GetInterface("com.dotMorten.PhilipsHueDSB.PhilipsHue"); }
internal CurrentTemperatureClient(DeviceProviders.IService service) : base(service) { iface = GetInterface("org.alljoyn.SmartSpaces.Environment.CurrentTemperature"); }