This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-app/nymea-app/ui/ConfigurationBase.qml
2021-11-18 23:59:18 +01:00

12 lines
213 B
QML

import QtQuick 2.0
Item {
property string systemName: ""
property string appName: ""
property string appId: ""
property string connectionWizard: ""
property bool showCommunityLinks: false
}