From d5d7e52db602713bb0f8dd232caf78648789a857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 3 Oct 2019 11:55:29 +0200 Subject: [PATCH] Fix fingerprint reader view --- nymea-app/ui/Nymea.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nymea-app/ui/Nymea.qml b/nymea-app/ui/Nymea.qml index ef7653ad..b334503d 100644 --- a/nymea-app/ui/Nymea.qml +++ b/nymea-app/ui/Nymea.qml @@ -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":