Add overlay permission to update device status action

This commit is contained in:
Jonas L
2019-03-25 00:00:00 +00:00
parent b591a07cf5
commit 1270d74a70
3 changed files with 32 additions and 2 deletions
+8
View File
@@ -1112,6 +1112,14 @@ const definitions = {
],
"type": "string"
},
"overlayPermission": {
"enum": [
"granted",
"not granted",
"not required"
],
"type": "string"
},
"appVersion": {
"type": "number"
},