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
  • Loading branch information
Patrykb0802 committed Dec 12, 2024
1 parent 20b86ab commit e986b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public ExportCodes getEventCodes() {

@Override
public LocalizableMessage getConnectionDescription() {
return new LocalizableMessage("dsEdit.bacnetIp.dsconn", deviceId);
return new LocalizableMessage("common.tp.description", Common.getPeriodDescription(updatePeriodType, updatePeriods), new LocalizableMessage("common.default", " / Device ID: " + getDeviceId() + " / " + getBroadcastAddress() + ":" + getPort()));
}

@Override
Expand Down

0 comments on commit e986b13

Please sign in to comment.