Skip to content

Commit

Permalink
include firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
noursaidi committed Nov 14, 2024
1 parent 078de7f commit e3df814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/discoverynode/src/udmi/discovery/bacnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def result_producer(self):
event.system.serial_no = serial_number
event.system.hardware.make = vendor_name
event.system.hardware.model = model_name
#event.system.software.firmware = firmware_version
event.system.software.firmware = firmware_version

self.publisher(event)
self.devices_published.add(device)
Expand Down

0 comments on commit e3df814

Please sign in to comment.