Update optional prgress state to update interface

pull/660/head
Michael Zanetti 2024-01-04 16:07:12 +01:00
parent a3be47b815
commit a749d780fd
1 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,14 @@
"name": "availableVersion",
"type": "QString",
"optional": true
},
{
"name": "updateProgress",
"type": "uint",
"unit": "Percentage",
"min": 0,
"max": 100,
"optional": true
}
],
"actions": [