mirror of https://github.com/nymea/nymea.git
add MqttPolicy to Json introspect
parent
e1affe17d0
commit
7b1c848c07
|
|
@ -490,6 +490,7 @@ QVariantMap JsonTypes::allTypes()
|
|||
allTypes.insert("ServerConfiguration", serverConfigurationDescription());
|
||||
allTypes.insert("WebServerConfiguration", serverConfigurationDescription());
|
||||
allTypes.insert("Tag", tagDescription());
|
||||
allTypes.insert("MqttPolicy", mqttPolicyDescription());
|
||||
|
||||
return allTypes;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1406,6 +1406,13 @@
|
|||
"LoggingSourceStates",
|
||||
"LoggingSourceRules"
|
||||
],
|
||||
"MqttPolicy": {
|
||||
"allowedPublishTopicFilters": "StringList",
|
||||
"allowedSubscribeTopicFilters": "StringList",
|
||||
"clientId": "String",
|
||||
"password": "String",
|
||||
"username": "String"
|
||||
},
|
||||
"NetworkDeviceState": [
|
||||
"NetworkDeviceStateUnknown",
|
||||
"NetworkDeviceStateUnmanaged",
|
||||
|
|
|
|||
Loading…
Reference in New Issue