Hello,
When adding a BACnet device/tags, it seems like the the structure is:
Southbound plugin device (by IP address)
Then many tags that follow the pattern of property type/ID.
https://docs.emqx.com/en/neuron/latest/configuration/south-devices/bacnet-ip/bacnet-ip.html
This works fine if the BACnet device has one set of properties, but if the device explodes multiple virtual devices, is it possible to add these to the plugin?
For example
BACnet IP Device at 192.168.0.100
Exposes BACnet device 40001 and 40002
Each of these has properties like AV3, AV4, AV5
How can we add these to read/distinguish 40001-AV3 vs 40002-AV3 ?