shareandcharge / sharecharge-api

HTTP webserver for the Share&Charge e-Mobility Network
0 stars 0 forks source link

OCPI check: Adding opening times #13

Open fronyx opened 5 years ago

fronyx commented 5 years ago

Situation

Issue

Acceptance criteria

Tech background

fronyx commented 5 years ago

{ "id": "SC-INNOGY-1", "type": "OTHER", "name": "Share & Charge Innogy Station", "address": "Ruettenscheider Str. 120", "city": "Essen", "postal_code": "45131", "country": "DEU", "coordinates": { "latitude": "51.433004", "longitude": "7.004014" }, "directions": [ { "language": "en", "text": "This is our test location! And this text is from Christopher" } ], "opening times": { "regular_hours": [ { "weekday": 1, "period_begin": "08:00", "period_end": "20:00" }, { "weekday": 2, "period_begin": "08:00", "period_end": "20:00" }, { "weekday": 3, "period_begin": "08:00", "period_end": "20:00" }, { "weekday": 4, "period_begin": "08:00", "period_end": "20:00" }, { "weekday": 5, "period_begin": "08:00", "period_end": "20:00" }, { "weekday": 6, "period_begin": "08:00", "period_end": "20:00" },
{ "weekday": 7, "period_begin": "08:00", "period_end": "20:00" }
], "twentyfourseven": false }, "evses": [ { "uid": "BB-5983-3", "evse_id": "BB-5983-3", "status": "AVAILABLE", "connectors": [ { "id": "1", "standard": "IEC_62196_T2", "format": "CABLE", "power_type": "AC_3_PHASE", "voltage": 220, "amperage": 16, "tariff_id": "1", "last_updated": "2018-10-11T08:04:22.449Z" } ], "floor_level": "1", "physical_reference": "1", "last_updated": "2018-10-11T08:04:22.449Z" }, { "uid": "BB-5958-0", "evse_id": "BB-5958-0", "status": "AVAILABLE", "connectors": [ { "id": "1", "standard": "IEC_62196_T2", "format": "CABLE", "power_type": "AC_3_PHASE", "voltage": 220, "amperage": 16, "tariff_id": "1", "last_updated": "2018-10-11T08:04:22.449Z" }, { "id": "2", "standard": "IEC_62196_T2_COMBO", "format": "SOCKET", "power_type": "AC_3_PHASE", "voltage": 220, "amperage": 16, "tariff_id": "1", "last_updated": "2018-10-11T08:04:22.449Z" } ], "floor_level": "1", "physical_reference": "1", "last_updated": "2018-10-11T08:04:22.449Z" } ], "operator": { "name": "MotionWerk GmbH" }, "last_updated": "2018-10-11T08:04:22.449Z" }

fronyx commented 5 years ago

Trello