mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Remove extra fields from discovery response
This commit is contained in:
parent
a119b24d6c
commit
33769ce31e
@ -330,13 +330,6 @@ QJsonObject ProviderSpi::discover(const QJsonObject & /*params*/) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
deviceList.push_back(QJsonObject{
|
deviceList.push_back(QJsonObject{
|
||||||
{"ftdiOpenString", ftdiOpenString},
|
|
||||||
{"vendorIdentifier", vendorIdentifier},
|
|
||||||
{"productIdentifier", productIdentifier},
|
|
||||||
{"deviceIndex", deviceIndex},
|
|
||||||
{"serialNumber", serialNumber},
|
|
||||||
{"manufacturer", manufacturer_string},
|
|
||||||
{"description", description_string},
|
|
||||||
{"deviceName", description_string},
|
{"deviceName", description_string},
|
||||||
{"systemLocation", ftdiOpenString}
|
{"systemLocation", ftdiOpenString}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user