Mennekes: Don't filter for MAC address manufacturer during discovery

master
Michael Zanetti 2022-11-29 23:38:50 +01:00
parent 8a3dfb57e3
commit 559edcf5c9
2 changed files with 0 additions and 8 deletions

View File

@ -64,10 +64,6 @@ QList<AmtronECUDiscovery::Result> AmtronECUDiscovery::discoveryResults() const
void AmtronECUDiscovery::checkNetworkDevice(const NetworkDeviceInfo &networkDeviceInfo)
{
if (networkDeviceInfo.macAddressManufacturer() != "GIGA-BYTE TECHNOLOGY CO.,LTD.") {
return;
}
int port = 502;
int slaveId = 0xff;
qCDebug(dcMennekes()) << "Checking network device:" << networkDeviceInfo << "Port:" << port << "Slave ID:" << slaveId;

View File

@ -64,10 +64,6 @@ QList<AmtronHCC3Discovery::AmtronDiscoveryResult> AmtronHCC3Discovery::discovery
void AmtronHCC3Discovery::checkNetworkDevice(const NetworkDeviceInfo &networkDeviceInfo)
{
if (networkDeviceInfo.macAddressManufacturer() != "GIGA-BYTE TECHNOLOGY CO.,LTD.") {
return;
}
int port = 502;
int slaveId = 0xff;
qCDebug(dcMennekes()) << "Checking network device:" << networkDeviceInfo << "Port:" << port << "Slave ID:" << slaveId;