Add new device with instance number 901050 without any object restrictions, so that all supported objects inside this device shall be handled.
New endpoint configuration of device instance 901005:
{
"deviceRanges": [],
"devices": [
901005
],
"objects": null
}
Updated endpoints with new device instance 901050:
[
{
"deviceRanges": [],
"devices": [
901065
],
"objects": {
"binary-input": {
"instances": [
6,
8
],
"properties": []
}
}
},
{
"deviceRanges": [],
"devices": [
901050
],
"objects": {}
},
{
"deviceRanges": [
"901006-901008"
],
"devices": [
901017,
901021
],
"objects": {
"analog-value": {
"instances": [
101
],
"properties": []
}
}
},
{
"deviceRanges": [
"901009-901015"
],
"devices": [
901004,
901005
],
"objects": {
"analog-value": {
"instances": [
101,
102,
108
],
"properties": []
}
}
}
]
The order of entries inside BACnetEndpointConfigurator's endpoints is not guaranteed.