override api test. this does not actually change the api...
This commit is contained in:
parent
da831133c8
commit
a1255ed87e
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user