Exemplo n.º 1
0
 public OpenZWaveThermostatFan(OpenZWaveDevice device)
 {
     _mode = new ThermostatFanModeDataEntry(device);
     _currentAction = new ThermostatFanCurrentActionDataEntry(device);
 }
Exemplo n.º 2
0
 public OpenZWaveThermostatFan(OpenZWaveDevice device)
 {
     _mode          = new ThermostatFanModeDataEntry(device);
     _currentAction = new ThermostatFanCurrentActionDataEntry(device);
 }