From 9d9bcbfe05f5c0dfc00bbd473ec8c5e48d4bea86 Mon Sep 17 00:00:00 2001 From: RoiEX <8350879+RoiEXLab@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:10:17 +0200 Subject: [PATCH] Add field specification for EVSE identifier --- data/fields/ref/EU/EVSE.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/fields/ref/EU/EVSE.json diff --git a/data/fields/ref/EU/EVSE.json b/data/fields/ref/EU/EVSE.json new file mode 100644 index 00000000..bb34c96c --- /dev/null +++ b/data/fields/ref/EU/EVSE.json @@ -0,0 +1,16 @@ +{ + "key": "ref:EU:EVSE", + "type": "identifier", + "label": "Electrical Vehicle Supply Equipment (EVSE)", + "placeholder": "DE*ABC*E12345ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "locationSet": { + "include": [ + "EU" + ] + }, + "terms": [ + "EVSE", + "Electrical Vehicle Supply Equipment" + ], + "pattern": "^[A-Z]{2}\\*[A-Z0-9]{3}\\*[EPS][A-Z0-9]{1,31}(?:;[A-Z]{2}\\*[A-Z0-9]{3}\\*[EPS][A-Z0-9]{1,31})*$" +} \ No newline at end of file