Implement remaining stuff
Basic functionality milestone reached!!
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
|
||||
private:
|
||||
int AggregateTemperature();
|
||||
void PrintInfo();
|
||||
|
||||
std::vector<FanStep> mSteps;
|
||||
std::vector<std::shared_ptr<Sensor>> mTempSensors;
|
||||
|
||||
Reference in New Issue
Block a user