From a749d780fd3e3723b31fbe45207263269b5a5523 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 4 Jan 2024 16:07:12 +0100 Subject: [PATCH] Update optional prgress state to update interface --- libnymea/interfaces/update.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libnymea/interfaces/update.json b/libnymea/interfaces/update.json index f72983f4..3efe301d 100644 --- a/libnymea/interfaces/update.json +++ b/libnymea/interfaces/update.json @@ -15,6 +15,14 @@ "name": "availableVersion", "type": "QString", "optional": true + }, + { + "name": "updateProgress", + "type": "uint", + "unit": "Percentage", + "min": 0, + "max": 100, + "optional": true } ], "actions": [