public SetVentilationLevelMessageHandler(SerialCommandClient commandClient)
 {
     this.commandClient = commandClient;
 }
Beispiel #2
0
 public SetConfortTemperatureMessageHandler(SerialCommandClient commandClient)
 {
     this.commandClient = commandClient;
 }