override api test. this does not actually change the api...

This commit is contained in:
Michael Zanetti 2018-10-01 17:44:12 +02:00
parent da831133c8
commit a1255ed87e

View File

@ -1084,7 +1084,12 @@
"o:repeating": "$ref:RepeatingOption", "o:repeating": "$ref:RepeatingOption",
"o:startTime": "Time" "o:startTime": "Time"
}, },
"CloudConnectionState": "$ref:CloudConnectionState", "CloudConnectionState": [
"CloudConnectionStateDisabled",
"CloudConnectionStateUnconfigured",
"CloudConnectionStateConnecting",
"CloudConnectionStateConnected"
],
"ConfigurationError": [ "ConfigurationError": [
"ConfigurationErrorNoError", "ConfigurationErrorNoError",
"ConfigurationErrorInvalidTimeZone", "ConfigurationErrorInvalidTimeZone",
@ -1510,7 +1515,12 @@
"o:value": "String", "o:value": "String",
"tagId": "String" "tagId": "String"
}, },
"TagError": "$ref:TagError", "TagError": [
"TagErrorNoError",
"TagErrorDeviceNotFound",
"TagErrorRuleNotFound",
"TagErrorTagNotFound"
],
"TimeDescriptor": { "TimeDescriptor": {
"o:calendarItems": [ "o:calendarItems": [
"$ref:CalendarItem" "$ref:CalendarItem"