Merge PR #660: Update optional prgress state to update interface

This commit is contained in:
jenkins 2024-01-29 12:22:21 +01:00
commit bd0b3fe177

View File

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