Show serial port name when adding a zwave network
This commit is contained in:
parent
e66a1cd3cc
commit
24493f8c31
@ -96,7 +96,7 @@ SettingsPageBase {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
// property ZigbeeAdapter adapter: root.zwaveManager.serialPorts.get(index)
|
// property ZigbeeAdapter adapter: root.zwaveManager.serialPorts.get(index)
|
||||||
iconName: "../images/stock_usb.svg"
|
iconName: "../images/stock_usb.svg"
|
||||||
text: model.description + " - " + model.serialPort
|
text: model.description + " - " + model.systemLocation
|
||||||
onClicked: {
|
onClicked: {
|
||||||
d.pendingCallId = root.zwaveManager.addNetwork(model.systemLocation)
|
d.pendingCallId = root.zwaveManager.addNetwork(model.systemLocation)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user