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