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
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125
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: