From b796b36ddbec332c7e6a6a16694370404946a29b Mon Sep 17 00:00:00 2001 From: Vyacheslav Pedash Date: Wed, 18 Nov 2020 23:42:37 +0200 Subject: Add "ethSwitch" node --- include/Device/Device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/Device/Device.h b/include/Device/Device.h index 3bea375..198cc67 100644 --- a/include/Device/Device.h +++ b/include/Device/Device.h @@ -10,6 +10,7 @@ class Device { bool verbose ; bool isRoot; rapidjson::Document capabilities; + rapidjson::Document ethSwitch; rapidjson::Document deviceInfo; static const std::vector apIdentifiers; rapidjson::Document accessoryCards; @@ -17,6 +18,7 @@ class Device { rapidjson::Document::AllocatorType& alloc = deviceInfo.GetAllocator(); rapidjson::Document::AllocatorType& accessoryCardsAlloc = accessoryCards.GetAllocator(); static std::map capabilityList; + static std::map ethSwitchList; static std::map deviceInfoList; static const std::regex apFilters; -- cgit v1.2.3