fix missing entry in introspect
This commit is contained in:
parent
ec7c515745
commit
7977144b64
@ -450,6 +450,7 @@ QVariantMap JsonTypes::allTypes()
|
|||||||
allTypes.insert("WirelessNetworkDevice", wirelessNetworkDeviceDescription());
|
allTypes.insert("WirelessNetworkDevice", wirelessNetworkDeviceDescription());
|
||||||
allTypes.insert("TokenInfo", tokenInfoDescription());
|
allTypes.insert("TokenInfo", tokenInfoDescription());
|
||||||
allTypes.insert("ServerConfiguration", serverConfigurationDescription());
|
allTypes.insert("ServerConfiguration", serverConfigurationDescription());
|
||||||
|
allTypes.insert("WebServerConfiguration", serverConfigurationDescription());
|
||||||
|
|
||||||
return allTypes;
|
return allTypes;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1415,6 +1415,13 @@
|
|||||||
"id": "Uuid",
|
"id": "Uuid",
|
||||||
"name": "String"
|
"name": "String"
|
||||||
},
|
},
|
||||||
|
"WebServerConfiguration": {
|
||||||
|
"address": "String",
|
||||||
|
"authenticationEnabled": "Bool",
|
||||||
|
"id": "String",
|
||||||
|
"port": "Uint",
|
||||||
|
"sslEnabled": "Bool"
|
||||||
|
},
|
||||||
"WiredNetworkDevice": {
|
"WiredNetworkDevice": {
|
||||||
"bitRate": "String",
|
"bitRate": "String",
|
||||||
"interface": "String",
|
"interface": "String",
|
||||||
|
|||||||
Reference in New Issue
Block a user