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: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"
|
||||
|
||||
Reference in New Issue
Block a user