The date the burning condition is in effect on (required).
The minimum FWI value that will allow burning (optional).
The minimum ISI that will allow burning (optional).
The maximum relative humidity that will allow burning (optional).
The minimum wind speed that will allow burning (optional).
The time of day that the burning condition stops (optional).
The local time to calculate the stop time for burning conditions based off.
The time of day that the burning condition starts to take effect (optional).
The local time to calculate the start time for burning conditions based off.
Get the burning condition date as an ISO8601 string.
Set the burning condition date using a string. Cannot be null or empty. Must be formatted in ISO8601.
Get the minimum FWI value that will allow burning.
Set the minimum FWI value that will allow burning. Must be greater than or equal to 0.
Get the minimum ISI that will allow burning.
Set the minimum ISI that will allow burning. Must be greater than or equal to 0.
Get the burning condition date as a Luxon DateTime.
Set the burning condition date using a Luxon DateTime. Cannot be null.
Get the maximum relative humidity that will allow burning.
Set the maximum relative humidity that will allow burning. Must be in [0, 100].
Get the minimum wind speed that will allow burning.
Set the minimum wind speed that will allow burning. Must be in [0, 200].
Find all errors that may exist in the burn condition.
A list of errors that were found.
Checks to see if all required values have been set.
A condition for burning.
"Travis Redpath"