Fix fingerprint reader view

This commit is contained in:
Simon Stürz 2019-10-03 11:55:29 +02:00
parent b6eb6ef782
commit d5d7e52db6

View File

@ -68,7 +68,7 @@ ApplicationWindow {
}
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) {
switch(name) {
case "light":
@ -113,6 +113,8 @@ ApplicationWindow {
return qsTr("Garage gates");
case "accesscontrol":
return qsTr("Access control");
case "fingerprintreader":
return qsTr("Fingerprint reader");
case "smartmeter":
case "smartmeterproducer":
case "smartmeterconsumer":