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-03-30 10:32:40 +02:00

7 lines
110 B
QML

import QtQuick 2.0
Item {
property string systemName: "nymea"
property string appName: "nymea:app"
}