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.