Show serial port name when adding a zwave network

pull/897/head
Michael Zanetti 2022-10-03 01:40:54 +02:00
parent e66a1cd3cc
commit 24493f8c31
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ SettingsPageBase {
Layout.fillWidth: true
// property ZigbeeAdapter adapter: root.zwaveManager.serialPorts.get(index)
iconName: "../images/stock_usb.svg"
text: model.description + " - " + model.serialPort
text: model.description + " - " + model.systemLocation
onClicked: {
d.pendingCallId = root.zwaveManager.addNetwork(model.systemLocation)
}