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
When setting minval and maxval on a threshold (Duration for example), if the value is set to 0 in the yaml the method getMinval and getMaxval will return None. If 0 is set to both min and max, you will get an event "threshold error: no minimum or maximum defined".
To work around this, you need to set the value to '0' in the yaml, so that the property is a string instead of int.
When setting minval and maxval on a threshold (Duration for example), if the value is set to 0 in the yaml the method getMinval and getMaxval will return None. If 0 is set to both min and max, you will get an event "threshold error: no minimum or maximum defined".
To work around this, you need to set the value to '0' in the yaml, so that the property is a string instead of int.
The text was updated successfully, but these errors were encountered: