Пример #1
0
 public OpenZWaveThermostatCore(OpenZWaveDevice device)
 {
     _mode          = new ThermostatModeDataEntry(device);
     _currentAction = new ThermostatCoreCurrentActionDataEntry(device);
 }
Пример #2
0
 public OpenZWaveThermostatCore(OpenZWaveDevice device)
 {
     _mode = new ThermostatModeDataEntry(device);
     _currentAction = new ThermostatCoreCurrentActionDataEntry(device);
 }