File tree 1 file changed +13
-7
lines changed 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -2740,8 +2740,9 @@ paths:
2740
2740
schema :
2741
2741
type : string
2742
2742
format : date
2743
- required : true
2743
+ required : false
2744
2744
example : " 2018-02-14"
2745
+ description : current date is used when this query parameter is not provided
2745
2746
responses :
2746
2747
' 200 ' :
2747
2748
description : successful response
@@ -3391,6 +3392,7 @@ components:
3391
3392
3392
3393
3393
3394
known values:
3395
+
3394
3396
* GW01 (Gateway V1)
3395
3397
3396
3398
* GW02 (Bridge V2)
@@ -3419,6 +3421,8 @@ components:
3419
3421
3420
3422
* VA02 (Smart Radiator Thermostat V3+)
3421
3423
3424
+ * WR01 (Smart AC Control V3)
3425
+
3422
3426
* WR02 (Smart AC Control V3+)
3423
3427
3424
3428
# EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
@@ -4087,7 +4091,7 @@ components:
4087
4091
4088
4092
PowerDataPoint :
4089
4093
type : object
4090
- description : Used in Weather and ZoneState, to expressAC power.
4094
+ description : Used in ZoneState, to expressAC power.
4091
4095
properties :
4092
4096
type :
4093
4097
type : string
@@ -4118,10 +4122,10 @@ components:
4118
4122
properties :
4119
4123
timeSeriesType :
4120
4124
type : string
4121
- example : power
4125
+ example : dataIntervals
4122
4126
valueType :
4123
4127
type : string
4124
- example : boolean
4128
+ example : power
4125
4129
dataIntervals :
4126
4130
type : array
4127
4131
items :
@@ -4877,7 +4881,10 @@ components:
4877
4881
valueType :
4878
4882
type : string
4879
4883
example : heatingSetting
4880
- description : heatingSetting or airConditioningSetting
4884
+ description : |
4885
+ known values:
4886
+ * heatingSetting
4887
+ * airConditioningSetting
4881
4888
dataIntervals :
4882
4889
type : array
4883
4890
items :
@@ -4938,9 +4945,8 @@ components:
4938
4945
state :
4939
4946
type : string
4940
4947
example : ONLINE
4941
- description : >
4948
+ description : |
4942
4949
known values:
4943
-
4944
4950
* ONLINE
4945
4951
* OFFLINE
4946
4952
reason : # present when link.state is OFFLINE
You can’t perform that action at this time.
0 commit comments