public OpenZWaveThermostatFan(OpenZWaveDevice device)
 {
     _mode = new ThermostatFanModeDataEntry(device);
     _currentAction = new ThermostatFanCurrentActionDataEntry(device);
 }
Beispiel #2
0
 public OpenZWaveThermostatFan(OpenZWaveDevice device)
 {
     _mode          = new ThermostatFanModeDataEntry(device);
     _currentAction = new ThermostatFanCurrentActionDataEntry(device);
 }