You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TariffRestrictions object includes the properties start_time, start_date, end_time, and end_date.
My question is - what is the definition of the start\end_time?
Let's say start_date = 2024-09-25, start_date = 2025-09-25, start_time - 10:00, end_time - 11:00
Then Is it:
a.The Tariff is active on each day (I'm ignoring the days restriction) between 10:00-11:00 on the period between 2024-09-25-2025-09-25.
Or
b. Then the Tariff is active from 2024-09-25, 10:00 till 2025-09-25, 11:00.
Which is the right one?
The text was updated successfully, but these errors were encountered:
I always understood it as A. That is not explicit from the wording though.
In the OCPI 3.0 draft it's interpreted as A and the different fields have actually gone to different objects. The start time and end time (applying on each day anew) are in the Tariff object. The start date and end date (points in linear time where the tariff goes into and out of effect) go to a new Tariff Association object.
Hi,
The TariffRestrictions object includes the properties start_time, start_date, end_time, and end_date.
My question is - what is the definition of the start\end_time?
Let's say start_date = 2024-09-25, start_date = 2025-09-25, start_time - 10:00, end_time - 11:00
Then Is it:
a.The Tariff is active on each day (I'm ignoring the days restriction) between 10:00-11:00 on the period between 2024-09-25-2025-09-25.
Or
b. Then the Tariff is active from 2024-09-25, 10:00 till 2025-09-25, 11:00.
Which is the right one?
The text was updated successfully, but these errors were encountered: