E_OCPP1_Location

TYPE E_OCPP1_Location :
(
    None := 0, // Any status not covered by this implementation
    Body,      // Measurement inside body of Charge Point(e.g.Temperature)
    Cable,     // Measurement taken from cable between EV and Charge Point
    EV,        // Measurement taken by EV
    Inlet,     // Measurement at network("grid") inlet connection
    Outlet     // Measurement at a Connector.Default value
) UDINT;
END_TYPE