public SetVentilationLevelMessageHandler(SerialCommandClient commandClient)
 {
     this.commandClient = commandClient;
 }
Esempio n. 2
0
 public SetConfortTemperatureMessageHandler(SerialCommandClient commandClient)
 {
     this.commandClient = commandClient;
 }