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