Config parameters for overriding a load.
This class allows the user to define when and how long a load will be forced at full power during off-peak period.
For each load, the user defines a pair of values: pairForceLoad => { offset, duration }. The load will be started with full power at ('start_offpeak' + 'offset') for a duration of 'duration'
- all values are in hours (if between -24 and 24) or in minutes.
- if the offset is negative, it's calculated from the end of the off-peak period (ie -3 means 3 hours back from the end).
- to leave the load at full power till the end of the off-peak period, set the duration to 'UINT16_MAX' (somehow infinite time)
Definition at line 27 of file utils_dualtariff.h.