Add the rest of the param defs

Also added temperatures category to handle them
This commit is contained in:
Ocraftyone
2024-01-05 05:24:53 -05:00
parent 02258b4391
commit ecd20184f9
5 changed files with 51 additions and 3 deletions

View File

@@ -1480,6 +1480,12 @@ public:
DimensionsConfigDef();
};
class TemperaturesConfigDef : public ConfigDef
{
public:
TemperaturesConfigDef();
};
class TimestampsConfigDef : public ConfigDef
{
public: