fix missing entry in introspect

pull/135/head
Michael Zanetti 2017-09-04 00:00:30 +02:00
parent ec7c515745
commit 7977144b64
2 changed files with 8 additions and 0 deletions

View File

@ -450,6 +450,7 @@ QVariantMap JsonTypes::allTypes()
allTypes.insert("WirelessNetworkDevice", wirelessNetworkDeviceDescription());
allTypes.insert("TokenInfo", tokenInfoDescription());
allTypes.insert("ServerConfiguration", serverConfigurationDescription());
allTypes.insert("WebServerConfiguration", serverConfigurationDescription());
return allTypes;
}

View File

@ -1415,6 +1415,13 @@
"id": "Uuid",
"name": "String"
},
"WebServerConfiguration": {
"address": "String",
"authenticationEnabled": "Bool",
"id": "String",
"port": "Uint",
"sslEnabled": "Bool"
},
"WiredNetworkDevice": {
"bitRate": "String",
"interface": "String",