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