Beispiel #1
0
 public AlexaColorTemperatureController(AlexaColorTemperatureControllerRequest request)
     : base(request)
 {
     PropertyHelpers = new AlexaLighting();
 }
Beispiel #2
0
 public AlexaColorTemperatureController()
 {
     PropertyHelpers = new AlexaLighting();
 }
Beispiel #3
0
 public AlexaColorTemperatureController(IPremiseObject endpoint)
     : base(endpoint)
 {
     PropertyHelpers = new AlexaLighting();
 }
 public AlexaBrightnessController(AlexaBrightnessControllerRequest request)
     : base(request)
 {
     PropertyHelpers = new AlexaLighting();
 }
 public AlexaBrightnessController()
 {
     PropertyHelpers = new AlexaLighting();
 }
 public AlexaBrightnessController(IPremiseObject endpoint)
     : base(endpoint)
 {
     PropertyHelpers = new AlexaLighting();
 }