summaryrefslogtreecommitdiff
path: root/include/Device/Device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Device/Device.h')
-rw-r--r--include/Device/Device.h2
1 files changed, 2 insertions, 0 deletions
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<std::string> 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<std::string, bool> capabilityList;
+ static std::map<std::string, std::string> ethSwitchList;
static std::map<std::string, std::string> deviceInfoList;
static const std::regex apFilters;