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