check min/max before activating

This commit is contained in:
MichaelDvP
2022-09-28 17:26:49 +02:00
parent 4c728cf777
commit d3053d8ce2
2 changed files with 14 additions and 6 deletions

View File

@@ -180,8 +180,8 @@ class DeviceValue {
bool get_min_max(int16_t & dv_set_min, int16_t & dv_set_max);
void set_custom_minmax();
bool get_custom_min(int16_t & v);
bool get_custom_max(uint16_t & v);
bool get_custom_min(int16_t & val);
bool get_custom_max(uint16_t & val);
std::string get_custom_fullname() const;
std::string get_fullname() const;