mirror of https://github.com/nymea/nymea.git
Add new json types to allTypes
parent
56f874d721
commit
d8e4947038
|
|
@ -497,6 +497,8 @@ QVariantMap JsonTypes::allTypes()
|
|||
allTypes.insert("WebServerConfiguration", serverConfigurationDescription());
|
||||
allTypes.insert("Tag", tagDescription());
|
||||
allTypes.insert("MqttPolicy", mqttPolicyDescription());
|
||||
allTypes.insert("Package", packageDescription());
|
||||
allTypes.insert("Repository", repositoryDescription());
|
||||
|
||||
return allTypes;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue