This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-09-06 03:11:27 +02:00

25 lines
565 B
JSON

{
"description": "The update interface is used for things that support being updated by nymea.",
"states": [
{
"name": "updateStatus",
"type": "QString",
"allowedValues": ["idle", "available", "updating"]
},
{
"name": "currentVersion",
"type": "QString"
},
{
"name": "availableVersion",
"type": "QString",
"optional": true
}
],
"actions": [
{
"name": "performUpdate"
}
]
}