Skip to content

Commit

Permalink
#3058 Improve content of list of points in BacNet source in data sour…
Browse files Browse the repository at this point in the history
…ces list view

Added details for BACnet data points in description field on data source list view
  • Loading branch information
Patrykb0802 committed Dec 2, 2024
1 parent 284961e commit 20b86ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public PointLocatorRT createRuntime() {
}

public LocalizableMessage getConfigurationDescription() {
return new LocalizableMessage("common.default", remoteDeviceIp);
ObjectType objectType = new ObjectType(getObjectTypeId());
return new LocalizableMessage("common.default", remoteDeviceIp + " / " + objectType.toString() + " / Obj Instance number: " + getObjectInstanceNumber());
}

@JsonRemoteProperty
Expand Down

0 comments on commit 20b86ab

Please sign in to comment.