-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
bugAn unexpected problem or unintended behavior of an add-onAn unexpected problem or unintended behavior of an add-on
Description
This parameter is declared as :
<parameter name="observation-period" type="integer" min="0" max="6" required="true">
It is documented as:
observationDescription = Sager WeatherCaster needs a minimum representative period of time to produce meaningfull results (defaults to 6 hours).
So the default of 6 is also the max. What happens when set to 0. The bindings does not seem to handle this case.
I think it should be:
<parameter name="observation-period" type="integer" min="1" required="true">
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugAn unexpected problem or unintended behavior of an add-onAn unexpected problem or unintended behavior of an add-on