Contiguous
Setting an interval as contiguous affects tariff step switches and interval maximums. The default value is false.
Example: Let us for Example: use an interval “Mon-Sun 08-24, max 2 hours, contiguous”. If we park at 23.00 hours then we cannot stay longer than 09.00 the next day due to the contiguous flag being set. Had it not been set, we could have stayed until 10.00 if the sufficient funds were provided.
contiguous = true
Must contain origin
When set, the interval is deactivated unless it contains the purchase origin (the time the purchase started).
must contain origin;
Cannot contain origin
When set, the interval is deactivated if purchase origin (the time the purchase started) is contained in the interval.
cannot contain origin;
Inertia
An interval with inertia stays open for the specified minutes, even if the end of the interval would have been reached.
To specify inertia of 60 minutes, write
Inertia = 60
An Example: where inertia is used can be found in Example: 4
Max units, Min units, Min paid units
To set the maximum number of units, use
max units = 10;
To set the minimum number of units, use
min units = 1;
To set the minimum number of paid units, use
min paid units = 1;
Min ticks
To set the minimum number of ticks, use
min ticks = 1;
Blocked
Blocked means that purchases are disallowed during an interval.
blocked = true