hubject / oicp

Open intercharge Protocol
Creative Commons Attribution Share Alike 4.0 International
68 stars 66 forks source link

Fix some typos and inconsistencies in example code snippets #94

Closed flauschzelle closed 2 years ago

flauschzelle commented 2 years ago

While working with the example data for this response, I noticed some typos and an inconsistency: the example response claimed to be both the first and last of 8 pages. With the page number being 0, I assume it was supposed to be the first page, so "last" should be false.

flauschzelle commented 2 years ago

I fixed another inconsistency: in the code snippet for eRoamingChargingNotificationEnd, the values for ChargingStart and ChargingEnd were switched so that the end time was before the start time.