Show serial port name when adding a zwave network
parent
e66a1cd3cc
commit
24493f8c31
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue