configurable polling intervals and thresholds per module
This commit is contained in:
parent
0eaba947f4
commit
7a4e1859a9
11 changed files with 64 additions and 32 deletions
|
|
@ -29,7 +29,7 @@ M.BarIcon {
|
|||
}
|
||||
}
|
||||
Timer {
|
||||
interval: 5000
|
||||
interval: M.Modules.powerProfile.interval || 5000
|
||||
running: true
|
||||
repeat: true
|
||||
onTriggered: proc.running = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue