mirror of https://github.com/nymea/nymea.git
Merge PR #660: Update optional prgress state to update interface
commit
bd0b3fe177
|
|
@ -15,6 +15,14 @@
|
|||
"name": "availableVersion",
|
||||
"type": "QString",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "updateProgress",
|
||||
"type": "uint",
|
||||
"unit": "Percentage",
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
"optional": true
|
||||
}
|
||||
],
|
||||
"actions": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue