You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the code which uses the library should be the one validating the value before setting it, since it is also that code which is defining the min/max.
The current default values (in Thing.h) for minimum and maximum are :
In order to check a new value is in range, I put (in
ESPWebThingAdapter::setThingProperty
):I believe the default values for min/max should be :
so the above logic will work even if the values are not set explicitly.
The text was updated successfully, but these errors were encountered: