JoelBender / BACpypes3

BACnet communications library
33 stars 7 forks source link

Who-Is in `get_device_info()` #40

Open JoelBender opened 3 months ago

JoelBender commented 3 months ago

If a call like await app.get_device_info(...) has a cache miss then call app.who_is(...) and cache the result.