8 lines
144 B
QML
8 lines
144 B
QML
import QtQuick 2.9
|
|
|
|
ClosablesDeviceListPage {
|
|
title: qsTr("Awnings")
|
|
iconBasename: "../images/awning/awning"
|
|
invertControls: true
|
|
}
|