diff --git a/libnymea-core/jsonrpc/jsontypes.cpp b/libnymea-core/jsonrpc/jsontypes.cpp index 39d1c21a..08b3ab6e 100644 --- a/libnymea-core/jsonrpc/jsontypes.cpp +++ b/libnymea-core/jsonrpc/jsontypes.cpp @@ -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; }