Merge PR #1068: Fix Button event view

This commit is contained in:
jenkins 2023-10-14 13:36:24 +02:00
commit ef3a5b9d19
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ ThingPageBase {
engine: _engine
sources: ["event-" + root.thing.id + "-pressed", "event-" + root.thing.id + "-longPressed"]
live: true
sortOrder: Qt.DescendingOrder
fetchBlockSize: 200 // As paging doesn't work with multiple sources
}

View File

@ -85,6 +85,7 @@ Page {
engine: _engine
source: "state-" + root.thing.id + "-" + root.stateType.name
sortOrder: Qt.DescendingOrder
live: true
}
Component.onCompleted: {