mirror of https://github.com/nymea/nymea.git
Update json
parent
d8e4947038
commit
5865ddb341
|
|
@ -1535,6 +1535,16 @@
|
|||
"NetworkManagerStateConnectedSite",
|
||||
"NetworkManagerStateConnectedGlobal"
|
||||
],
|
||||
"Package": {
|
||||
"canRemove": "Bool",
|
||||
"candidateVersion": "String",
|
||||
"changelog": "String",
|
||||
"displayName": "String",
|
||||
"id": "String",
|
||||
"installedVersion": "String",
|
||||
"rollbackAvailable": "Bool",
|
||||
"updateAvailable": "Bool"
|
||||
},
|
||||
"Param": {
|
||||
"paramTypeId": "Uuid",
|
||||
"value": "$ref:BasicType"
|
||||
|
|
@ -1590,6 +1600,11 @@
|
|||
"Int"
|
||||
]
|
||||
},
|
||||
"Repository": {
|
||||
"displayName": "String",
|
||||
"enabled": "Bool",
|
||||
"id": "String"
|
||||
},
|
||||
"Rule": {
|
||||
"actions": [
|
||||
"$ref:RuleAction"
|
||||
|
|
|
|||
Loading…
Reference in New Issue