Add option to set frequency in json

This commit is contained in:
2022-10-18 11:05:05 +02:00
parent 596a30b76a
commit f718f82ad1
11 changed files with 71 additions and 13 deletions

View File

@@ -26,6 +26,8 @@ private:
FanLabeler mFanLabeler;
FanGenerator mFanGenerator;
std::shared_ptr<Settings> mSettings;
std::unique_ptr<Controller> mController;
std::vector<std::shared_ptr<Fan>> mFans;