JoelBender / BACpypes3

BACnet communications library
33 stars 7 forks source link

DeviceInfoCache Simplification #1

Closed JoelBender closed 1 year ago

JoelBender commented 1 year ago

The current DeviceInfoCache uses the same cache dictionary for both find-by-address and find-by-device-instance. This issue is to simplify the API and make it easier to override the default implementation.