mirror of https://github.com/nymea/nymea.git
fix missing entry in introspect
parent
ec7c515745
commit
7977144b64
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1415,6 +1415,13 @@
|
|||
"id": "Uuid",
|
||||
"name": "String"
|
||||
},
|
||||
"WebServerConfiguration": {
|
||||
"address": "String",
|
||||
"authenticationEnabled": "Bool",
|
||||
"id": "String",
|
||||
"port": "Uint",
|
||||
"sslEnabled": "Bool"
|
||||
},
|
||||
"WiredNetworkDevice": {
|
||||
"bitRate": "String",
|
||||
"interface": "String",
|
||||
|
|
|
|||
Loading…
Reference in New Issue