HomePlug Network Information ++++++++++++++++++++++++++++ .. admonition:: Description. :class: seealso Used to introspect the state of the HomePlug AV network that an EVSE is connected to for SLAC .. jsonschema:: ../../../schemas/SlacLinkStatusRequest.json :hide_key: /**/additionalProperties Example:: { "id": "79ac862e-d0a7-4eef-98b5-c827be3bd669", "name": "slac_link_status", "type": "request", "data": { "evse_id": "DE*SEV*E123456789" } } ---------- .. jsonschema:: ../../../schemas/SlacLinkStatusResponse.json :hide_key: /**/additionalProperties Example:: { "id": "79ac862e-d0a7-4eef-98b5-c827be3bd669", "name": "slac_link_status", "type": "response", "data": { "evse_id": "DE*SEV*E123456789", "status": "connected" # unknown } } -------- .. jsonschema:: ../../../schemas/SlacNetworkInfoRequest.json :hide_key: /**/additionalProperties Example:: { "id": "79ac862e-d0a7-4eef-98b5-c827be3bd669", "name": "slac_network_info", "type": "request", "data": { "evse_id": "DE*SEV*E123456789" } } ---------- .. admonition:: Note. :class: note Corresponds to a HomePlug AV NW_INFO.CNF message .. jsonschema:: ../../../schemas/SlacNetworkInfoResponse.json :hide_key: /**/additionalProperties Example:: { "id": "79ac862e-d0a7-4eef-98b5-c827be3bd669", "name": "slac_network_info", "type": "response", "data": { "evse_id": "DE*SEV*E123456789", "networks": [ { "network_id": "59FDDB6E5032AF", "short_network_id": "C", "terminal_equipment_id": "FA", "station_role": "STA", # ProxyCoordinator, CCo, Unknown "mac_address": "FF:FF:FF:FF:FF:FF", "access_network": "Access", # InHome, Unknown "num_coord_nws": 0 } ] } }