Add mapping logic and serialization for writing

This commit is contained in:
2022-09-20 23:17:40 +02:00
parent df1c8f3821
commit 8ceb762fe1
68 changed files with 49901 additions and 14 deletions

View File

@@ -13,6 +13,8 @@ public:
int value() override;
const std::string toString() const override;
json toJson() const override;
private:
const sensors_chip_name *mChipName;
const sensors_feature *mFeature;