Description: adapting to special peripherals

Match-id-bab91f702220d1c54456820132b3ce16a652d629
This commit is contained in:
xxxx
2022-09-09 14:45:25 +08:00
parent ecedb8892f
commit f13a210fc3
9 changed files with 32 additions and 23 deletions
@@ -58,7 +58,7 @@ void DistributedInputHandler::StructTransJson(const InputDevice& pBuf, std::stri
GetAnonyString(pBuf.descriptor).c_str());
nlohmann::json tmpJson;
tmpJson["name"] = pBuf.name;
tmpJson["location"] = pBuf.location;
tmpJson["physicalPath"] = pBuf.physicalPath;
tmpJson["uniqueId"] = pBuf.uniqueId;
tmpJson["bus"] = pBuf.bus;
tmpJson["vendor"] = pBuf.vendor;