From 610737d2958e547884036a458b0cfc5a7629ac92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Lemaignan?= Date: Tue, 25 Nov 2025 22:42:12 +0100 Subject: [PATCH] add support for schuko/type-E charge sockets to C++ SDK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Séverin Lemaignan --- libs/indexer/feature_charge_sockets.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/indexer/feature_charge_sockets.hpp b/libs/indexer/feature_charge_sockets.hpp index 6a84c8d73..8cfec3b86 100644 --- a/libs/indexer/feature_charge_sockets.hpp +++ b/libs/indexer/feature_charge_sockets.hpp @@ -93,9 +93,9 @@ public: /** List of supported sockets, ~ordered from high-power to low-power. * This order can be used in the UIs. */ - static constexpr std::array SUPPORTED_TYPES = { - "mcs", "type2_combo", "chademo", "nacs", "type1", "gb_dc", - "chaoji", "type3c", "type2_cable", "type2", "gb_ac", "type3a"}; + static constexpr std::array SUPPORTED_TYPES = { + "mcs", "type2_combo", "chademo", "nacs", "type1", "gb_dc", "chaoji", + "type3c", "type2_cable", "type2", "gb_ac", "type3a", "typee", "schuko"}; /** Return a list of OSM attributes that have changed between the current * list of sockets and the provided old list.