Merge PR #390: Fix event inidication LED in things details page
This commit is contained in:
commit
5a6a006225
@ -432,7 +432,9 @@ DevicePageBase {
|
||||
Connections {
|
||||
target: root.device
|
||||
onEventTriggered: {
|
||||
flashlightAnimation.start();
|
||||
if (eventTypeId === eventComponentItem.eventType.id) {
|
||||
flashlightAnimation.start();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user