Fix fingerprint reader view
This commit is contained in:
parent
b6eb6ef782
commit
d5d7e52db6
@ -68,7 +68,7 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
property alias _discovery: discovery
|
property alias _discovery: discovery
|
||||||
|
|
||||||
property var supportedInterfaces: ["light", "weather", "media", "garagegate", "awning", "shutter", "blind", "powersocket", "heating", "doorbell", "sensor", "smartmeter", "evcharger", "accesscontrol", "button", "notifications", "inputtrigger", "outputtrigger", "gateway"]
|
property var supportedInterfaces: ["light", "weather", "media", "garagegate", "awning", "shutter", "blind", "powersocket", "heating", "doorbell", "sensor", "smartmeter", "evcharger", "fingerprintreader", "button", "notifications", "inputtrigger", "outputtrigger", "gateway"]
|
||||||
function interfaceToString(name) {
|
function interfaceToString(name) {
|
||||||
switch(name) {
|
switch(name) {
|
||||||
case "light":
|
case "light":
|
||||||
@ -113,6 +113,8 @@ ApplicationWindow {
|
|||||||
return qsTr("Garage gates");
|
return qsTr("Garage gates");
|
||||||
case "accesscontrol":
|
case "accesscontrol":
|
||||||
return qsTr("Access control");
|
return qsTr("Access control");
|
||||||
|
case "fingerprintreader":
|
||||||
|
return qsTr("Fingerprint reader");
|
||||||
case "smartmeter":
|
case "smartmeter":
|
||||||
case "smartmeterproducer":
|
case "smartmeterproducer":
|
||||||
case "smartmeterconsumer":
|
case "smartmeterconsumer":
|
||||||
|
|||||||
Reference in New Issue
Block a user