public OpenZWaveThermostatCore(OpenZWaveDevice device)
 {
     _mode          = new ThermostatModeDataEntry(device);
     _currentAction = new ThermostatCoreCurrentActionDataEntry(device);
 }
 public OpenZWaveThermostatCore(OpenZWaveDevice device)
 {
     _mode = new ThermostatModeDataEntry(device);
     _currentAction = new ThermostatCoreCurrentActionDataEntry(device);
 }