ChristianTremblay / BAC0

BAC0 - Library depending on BACpypes3 (Python 3) to build automation script for BACnet applications
GNU Lesser General Public License v3.0
174 stars 99 forks source link

Update Discover.py #406

Closed masuKKax closed 1 year ago

masuKKax commented 1 year ago

Bugfix: If only object_name is given and object_id=None, the function ObjectIdentifier(object_id) throws an error.

Solution: obj_id = ObjectIdentifier(object_id) is moved into the if-branches where it is needed

github-actions[bot] commented 1 year ago

This pull request has not been processed yet, please proceed or close.