mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
add support for schuko/type-E charge sockets to C++ SDK
Signed-off-by: Séverin Lemaignan <severin@guakamole.org>
This commit is contained in:
@@ -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<std::string_view, 12> SUPPORTED_TYPES = {
|
||||
"mcs", "type2_combo", "chademo", "nacs", "type1", "gb_dc",
|
||||
"chaoji", "type3c", "type2_cable", "type2", "gb_ac", "type3a"};
|
||||
static constexpr std::array<std::string_view, 14> 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.
|
||||
|
||||
Reference in New Issue
Block a user