We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abadc8f commit 3e25967Copy full SHA for 3e25967
api/src/main/java/org/code_house/bacnet4j/wrapper/api/DiscoveryEventAdapter.java
@@ -96,7 +96,7 @@ protected Device createDevice(RemoteDevice d) {
96
device.setVendorName(d.getVendorName());
97
}
98
if (d.getVendorIdentifier() != -1) {
99
- device.setVendorName(d.getVendorName());
+ device.setVendorIdentifier(d.getVendorIdentifier());
100
101
if (d.getCharacterStringProperty(PropertyIdentifier.serialNumber) != null
102
&& !d.getCharacterStringProperty(PropertyIdentifier.serialNumber).isEmpty()) {
0 commit comments