fix introspect

This commit is contained in:
Michael Zanetti 2018-08-16 23:08:47 +02:00
parent bf1c61c2cf
commit 1d938bec99
2 changed files with 2 additions and 0 deletions

View File

@ -448,6 +448,7 @@ QVariantMap JsonTypes::allTypes()
allTypes.insert("NetworkDeviceState", networkDeviceState());
allTypes.insert("UserError", userError());
allTypes.insert("TagError", tagErrorRef());
allTypes.insert("CloudConnectionState", cloudConnectionStateRef());
allTypes.insert("StateType", stateTypeDescription());
allTypes.insert("StateDescriptor", stateDescriptorDescription());

View File

@ -1084,6 +1084,7 @@
"o:repeating": "$ref:RepeatingOption",
"o:startTime": "Time"
},
"CloudConnectionState": "$ref:CloudConnectionState",
"ConfigurationError": [
"ConfigurationErrorNoError",
"ConfigurationErrorInvalidTimeZone",