From 59cb7823a14b0ac0d98eba005bfe6068555982ac Mon Sep 17 00:00:00 2001 From: poohsen Date: Tue, 4 Feb 2020 12:02:27 +0100 Subject: [PATCH] add physical_reference to CdrLocation This is to aid the customer in matching a CDR to their recollection of charging activity. --- mod_cdrs.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_cdrs.asciidoc b/mod_cdrs.asciidoc index 9d4cbbb4..b8c12b42 100644 --- a/mod_cdrs.asciidoc +++ b/mod_cdrs.asciidoc @@ -413,6 +413,7 @@ The _CdrLocation_ class contains only the relevant information from the <> |1 |Coordinates of the location. |evse_uid |<>(36) |1 |Uniquely identifies the EVSE within the CPO's platform (and suboperator platforms). For example a database unique ID or the actual _EVSE ID_. This field can never be changed, modified or renamed. This is the _technical_ identification of the EVSE, not to be used as _human readable_ identification, use the field: `evse_id` for that. |evse_id |<>(48) |1 |Compliant with the following specification for EVSE ID from "eMI3 standard version V1.0" (http://emi3group.com/documents-links/[http://emi3group.com/documents-links/]) "Part 2: business objects.". +|evse_physical_reference |<>(16) |? |A number/string printed on the outside of the EVSE for visual identification. |connector_id |<>(36) |1 |Identifier of the connector within the EVSE. |connector_standard |<> |1 |The standard of the installed connector. |connector_format |<> |1 |The format (socket/cable) of the installed connector.