add MqttPolicy to Json introspect
This commit is contained in:
parent
e1affe17d0
commit
7b1c848c07
@ -490,6 +490,7 @@ QVariantMap JsonTypes::allTypes()
|
|||||||
allTypes.insert("ServerConfiguration", serverConfigurationDescription());
|
allTypes.insert("ServerConfiguration", serverConfigurationDescription());
|
||||||
allTypes.insert("WebServerConfiguration", serverConfigurationDescription());
|
allTypes.insert("WebServerConfiguration", serverConfigurationDescription());
|
||||||
allTypes.insert("Tag", tagDescription());
|
allTypes.insert("Tag", tagDescription());
|
||||||
|
allTypes.insert("MqttPolicy", mqttPolicyDescription());
|
||||||
|
|
||||||
return allTypes;
|
return allTypes;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1406,6 +1406,13 @@
|
|||||||
"LoggingSourceStates",
|
"LoggingSourceStates",
|
||||||
"LoggingSourceRules"
|
"LoggingSourceRules"
|
||||||
],
|
],
|
||||||
|
"MqttPolicy": {
|
||||||
|
"allowedPublishTopicFilters": "StringList",
|
||||||
|
"allowedSubscribeTopicFilters": "StringList",
|
||||||
|
"clientId": "String",
|
||||||
|
"password": "String",
|
||||||
|
"username": "String"
|
||||||
|
},
|
||||||
"NetworkDeviceState": [
|
"NetworkDeviceState": [
|
||||||
"NetworkDeviceStateUnknown",
|
"NetworkDeviceStateUnknown",
|
||||||
"NetworkDeviceStateUnmanaged",
|
"NetworkDeviceStateUnmanaged",
|
||||||
|
|||||||
Reference in New Issue
Block a user