public SwitchpointWrite(Switchpoint a)
 {
     this.TargetTemperature = a.Temperature;
     this.TimeOfDay = a.TimeOfDay;
 }
Exemple #2
0
 public SwitchpointWrite(Switchpoint a)
 {
     this.TargetTemperature = a.Temperature;
     this.TimeOfDay         = a.TimeOfDay;
 }