From fcd3b0123912b8f6d072b3f6cdb87999326f4fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 4 Jul 2025 16:25:06 +0200 Subject: [PATCH] Bump patch version --- libnymea-app/types/interfaces.cpp | 1 - nymea-app/ui/delegates/statedelegates/SwitchDelegate.qml | 1 + nymea-app/ui/system/ModbusRtuAddMasterPage.qml | 2 +- version.txt | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libnymea-app/types/interfaces.cpp b/libnymea-app/types/interfaces.cpp index c4686643..7a158c89 100644 --- a/libnymea-app/types/interfaces.cpp +++ b/libnymea-app/types/interfaces.cpp @@ -151,7 +151,6 @@ Interfaces::Interfaces(QObject *parent) : QAbstractListModel(parent) addStateType("cooling", "power", QVariant::Bool, true, tr("Cooling enabled"), tr("Cooling enabled changed"), tr("Enable cooling")); addStateType("cooling", "percentage", QVariant::Int, true, tr("Percentage"), tr("Percentage changed"), tr("Set percentage"), 0, 100); - addInterface("media", tr("Media")); addInterface("mediacontroller", tr("Media controllers"), {"media"}); diff --git a/nymea-app/ui/delegates/statedelegates/SwitchDelegate.qml b/nymea-app/ui/delegates/statedelegates/SwitchDelegate.qml index 15db040e..353d59d1 100644 --- a/nymea-app/ui/delegates/statedelegates/SwitchDelegate.qml +++ b/nymea-app/ui/delegates/statedelegates/SwitchDelegate.qml @@ -32,6 +32,7 @@ import QtQuick 2.5 import QtQuick.Controls 2.2 import QtQuick.Controls.Material 2.2 import QtQuick.Layouts 1.1 + import Nymea 1.0 import "../../components" diff --git a/nymea-app/ui/system/ModbusRtuAddMasterPage.qml b/nymea-app/ui/system/ModbusRtuAddMasterPage.qml index ac5fad1f..9dd7e40c 100644 --- a/nymea-app/ui/system/ModbusRtuAddMasterPage.qml +++ b/nymea-app/ui/system/ModbusRtuAddMasterPage.qml @@ -253,7 +253,7 @@ SettingsPageBase { TextField { id: timeoutText inputMethodHints: Qt.ImhDigitsOnly - text: "100" + text: "500" validator: IntValidator { bottom: 10; top: 100000 } } } diff --git a/version.txt b/version.txt index 63292a0b..71e3d1af 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -1.10.3 -667 +1.10.5 +669