This new class is based on the SDK Bounds class. It is renamed to Interval partly because this is a more generic repo and this is a more generic name, but also because we will add Bounds class in the future to represent multiple (inclusion) intervals, which is how the new microgrid API handle bounds.
This new class is based on the SDK
Bounds
class. It is renamed toInterval
partly because this is a more generic repo and this is a more generic name, but also because we will addBounds
class in the future to represent multiple (inclusion) intervals, which is how the new microgrid API handle bounds.Fixes #11, #12, #13, #15.