@mp-consulting/homebridge-daikin-cloud 1.3.5 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +39 -1
- package/README.md +5 -3
- package/dist/src/accessories/air-conditioning-accessory.d.ts +2 -2
- package/dist/src/accessories/air-conditioning-accessory.d.ts.map +1 -1
- package/dist/src/accessories/air-conditioning-accessory.js.map +1 -1
- package/dist/src/accessories/altherma-accessory.d.ts +2 -2
- package/dist/src/accessories/altherma-accessory.d.ts.map +1 -1
- package/dist/src/accessories/altherma-accessory.js.map +1 -1
- package/dist/src/accessories/base-accessory.d.ts +6 -6
- package/dist/src/accessories/base-accessory.d.ts.map +1 -1
- package/dist/src/accessories/base-accessory.js +15 -15
- package/dist/src/accessories/base-accessory.js.map +1 -1
- package/dist/src/api/daikin-api.d.ts +26 -26
- package/dist/src/api/daikin-api.d.ts.map +1 -1
- package/dist/src/api/daikin-api.js +68 -42
- package/dist/src/api/daikin-api.js.map +1 -1
- package/dist/src/api/daikin-cloud.repository.d.ts.map +1 -1
- package/dist/src/api/daikin-cloud.repository.js +22 -14
- package/dist/src/api/daikin-cloud.repository.js.map +1 -1
- package/dist/src/api/daikin-controller.d.ts +41 -47
- package/dist/src/api/daikin-controller.d.ts.map +1 -1
- package/dist/src/api/daikin-controller.js +40 -64
- package/dist/src/api/daikin-controller.js.map +1 -1
- package/dist/src/api/daikin-device.d.ts +36 -31
- package/dist/src/api/daikin-device.d.ts.map +1 -1
- package/dist/src/api/daikin-device.js +45 -31
- package/dist/src/api/daikin-device.js.map +1 -1
- package/dist/src/api/daikin-mobile-oauth.d.ts +20 -20
- package/dist/src/api/daikin-mobile-oauth.d.ts.map +1 -1
- package/dist/src/api/daikin-mobile-oauth.js +49 -44
- package/dist/src/api/daikin-mobile-oauth.js.map +1 -1
- package/dist/src/api/daikin-oauth.d.ts +32 -32
- package/dist/src/api/daikin-oauth.d.ts.map +1 -1
- package/dist/src/api/daikin-oauth.js +64 -56
- package/dist/src/api/daikin-oauth.js.map +1 -1
- package/dist/src/api/daikin-schemas.d.ts +476 -351
- package/dist/src/api/daikin-schemas.d.ts.map +1 -1
- package/dist/src/api/daikin-schemas.js +11 -42
- package/dist/src/api/daikin-schemas.js.map +1 -1
- package/dist/src/api/daikin-types.d.ts +5 -1
- package/dist/src/api/daikin-types.d.ts.map +1 -1
- package/dist/src/api/daikin-types.js.map +1 -1
- package/dist/src/api/daikin-websocket.d.ts +31 -32
- package/dist/src/api/daikin-websocket.d.ts.map +1 -1
- package/dist/src/api/daikin-websocket.js +55 -35
- package/dist/src/api/daikin-websocket.js.map +1 -1
- package/dist/src/api/index.d.ts +2 -1
- package/dist/src/api/index.d.ts.map +1 -1
- package/dist/src/api/index.js +3 -1
- package/dist/src/api/index.js.map +1 -1
- package/dist/src/api/token-storage.d.ts +21 -0
- package/dist/src/api/token-storage.d.ts.map +1 -0
- package/dist/src/api/token-storage.js +90 -0
- package/dist/src/api/token-storage.js.map +1 -0
- package/dist/src/config/config-manager.d.ts +33 -33
- package/dist/src/config/config-manager.d.ts.map +1 -1
- package/dist/src/config/config-manager.js +33 -33
- package/dist/src/config/config-manager.js.map +1 -1
- package/dist/src/constants/api.constants.d.ts +4 -0
- package/dist/src/constants/api.constants.d.ts.map +1 -1
- package/dist/src/constants/api.constants.js +5 -1
- package/dist/src/constants/api.constants.js.map +1 -1
- package/dist/src/constants/device.constants.d.ts +4 -0
- package/dist/src/constants/device.constants.d.ts.map +1 -1
- package/dist/src/constants/device.constants.js +5 -1
- package/dist/src/constants/device.constants.js.map +1 -1
- package/dist/src/device/accessory-factory.d.ts +10 -10
- package/dist/src/device/accessory-factory.d.ts.map +1 -1
- package/dist/src/device/accessory-factory.js +7 -7
- package/dist/src/device/accessory-factory.js.map +1 -1
- package/dist/src/device/capability-detector.d.ts +8 -8
- package/dist/src/device/capability-detector.d.ts.map +1 -1
- package/dist/src/device/capability-detector.js +6 -6
- package/dist/src/device/capability-detector.js.map +1 -1
- package/dist/src/device/capability-docs.d.ts +1 -9
- package/dist/src/device/capability-docs.d.ts.map +1 -1
- package/dist/src/device/capability-docs.js +19 -73
- package/dist/src/device/capability-docs.js.map +1 -1
- package/dist/src/device/profiles/device-profile.d.ts +1 -1
- package/dist/src/device/profiles/device-profile.d.ts.map +1 -1
- package/dist/src/device/profiles/device-profile.js +4 -4
- package/dist/src/device/profiles/device-profile.js.map +1 -1
- package/dist/src/features/base-feature.d.ts +2 -2
- package/dist/src/features/base-feature.d.ts.map +1 -1
- package/dist/src/features/base-feature.js +2 -3
- package/dist/src/features/base-feature.js.map +1 -1
- package/dist/src/features/feature-manager.d.ts +8 -16
- package/dist/src/features/feature-manager.d.ts.map +1 -1
- package/dist/src/features/feature-manager.js +5 -17
- package/dist/src/features/feature-manager.js.map +1 -1
- package/dist/src/features/modes/dry-operation-mode.feature.d.ts +1 -1
- package/dist/src/features/modes/dry-operation-mode.feature.d.ts.map +1 -1
- package/dist/src/features/modes/dry-operation-mode.feature.js.map +1 -1
- package/dist/src/features/modes/econo-mode.feature.d.ts +1 -1
- package/dist/src/features/modes/econo-mode.feature.d.ts.map +1 -1
- package/dist/src/features/modes/econo-mode.feature.js.map +1 -1
- package/dist/src/features/modes/fan-only-operation-mode.feature.d.ts +1 -1
- package/dist/src/features/modes/fan-only-operation-mode.feature.d.ts.map +1 -1
- package/dist/src/features/modes/fan-only-operation-mode.feature.js.map +1 -1
- package/dist/src/features/modes/indoor-silent-mode.feature.d.ts +1 -1
- package/dist/src/features/modes/indoor-silent-mode.feature.d.ts.map +1 -1
- package/dist/src/features/modes/indoor-silent-mode.feature.js.map +1 -1
- package/dist/src/features/modes/outdoor-silent-mode.feature.d.ts +1 -1
- package/dist/src/features/modes/outdoor-silent-mode.feature.d.ts.map +1 -1
- package/dist/src/features/modes/outdoor-silent-mode.feature.js.map +1 -1
- package/dist/src/features/modes/powerful-mode.feature.d.ts +1 -1
- package/dist/src/features/modes/powerful-mode.feature.d.ts.map +1 -1
- package/dist/src/features/modes/powerful-mode.feature.js.map +1 -1
- package/dist/src/features/modes/streamer-mode.feature.d.ts +1 -1
- package/dist/src/features/modes/streamer-mode.feature.d.ts.map +1 -1
- package/dist/src/features/modes/streamer-mode.feature.js.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/platform.d.ts +11 -8
- package/dist/src/platform.d.ts.map +1 -1
- package/dist/src/platform.js +64 -15
- package/dist/src/platform.js.map +1 -1
- package/dist/src/services/climate-control.service.d.ts +8 -2
- package/dist/src/services/climate-control.service.d.ts.map +1 -1
- package/dist/src/services/climate-control.service.js +59 -58
- package/dist/src/services/climate-control.service.js.map +1 -1
- package/dist/src/services/hot-water-tank.service.d.ts +6 -2
- package/dist/src/services/hot-water-tank.service.d.ts.map +1 -1
- package/dist/src/services/hot-water-tank.service.js +33 -31
- package/dist/src/services/hot-water-tank.service.js.map +1 -1
- package/dist/src/types/daikin-enums.js +12 -12
- package/dist/src/types/daikin-enums.js.map +1 -1
- package/dist/src/types/device-capabilities.d.ts +1 -1
- package/dist/src/types/device-capabilities.d.ts.map +1 -1
- package/dist/src/utils/log-context.d.ts +23 -23
- package/dist/src/utils/log-context.d.ts.map +1 -1
- package/dist/src/utils/log-context.js +28 -28
- package/dist/src/utils/log-context.js.map +1 -1
- package/dist/src/utils/strings.d.ts.map +1 -1
- package/dist/src/utils/strings.js.map +1 -1
- package/dist/src/utils/update-mapper.d.ts +16 -16
- package/dist/src/utils/update-mapper.d.ts.map +1 -1
- package/dist/src/utils/update-mapper.js +14 -14
- package/dist/src/utils/update-mapper.js.map +1 -1
- package/homebridge-ui/public/index.html +2 -2
- package/homebridge-ui/public/script.js +957 -898
- package/homebridge-ui/server.js +746 -678
- package/package.json +29 -27
- package/.claude/settings.json +0 -3
- package/.claude/settings.local.json +0 -29
- package/CHANGELOG.md +0 -103
- package/CLAUDE.md +0 -269
- package/config.md +0 -2
- package/dist/src/api/daikin-device-tracker.d.ts +0 -97
- package/dist/src/api/daikin-device-tracker.d.ts.map +0 -1
- package/dist/src/api/daikin-device-tracker.js +0 -136
- package/dist/src/api/daikin-device-tracker.js.map +0 -1
- package/dist/src/api/http-interceptor.d.ts +0 -99
- package/dist/src/api/http-interceptor.d.ts.map +0 -1
- package/dist/src/api/http-interceptor.js +0 -177
- package/dist/src/api/http-interceptor.js.map +0 -1
- package/dist/src/di/service-container.d.ts +0 -92
- package/dist/src/di/service-container.d.ts.map +0 -1
- package/dist/src/di/service-container.js +0 -156
- package/dist/src/di/service-container.js.map +0 -1
- package/dist/src/features/feature-registry.d.ts +0 -100
- package/dist/src/features/feature-registry.d.ts.map +0 -1
- package/dist/src/features/feature-registry.js +0 -142
- package/dist/src/features/feature-registry.js.map +0 -1
- package/dist/src/services/service-factory.d.ts +0 -46
- package/dist/src/services/service-factory.d.ts.map +0 -1
- package/dist/src/services/service-factory.js +0 -72
- package/dist/src/services/service-factory.js.map +0 -1
- package/dist/src/utils/error-handler.d.ts +0 -101
- package/dist/src/utils/error-handler.d.ts.map +0 -1
- package/dist/src/utils/error-handler.js +0 -251
- package/dist/src/utils/error-handler.js.map +0 -1
- package/dist/src/utils/retry.d.ts +0 -42
- package/dist/src/utils/retry.d.ts.map +0 -1
- package/dist/src/utils/retry.js +0 -70
- package/dist/src/utils/retry.js.map +0 -1
- package/docs/ARCHITECTURE.md +0 -645
- package/docs/IMPLEMENTATION_GUIDE.md +0 -899
- package/docs/IMPROVEMENTS_SUMMARY.md +0 -415
- package/docs/NEXT_STEPS.md +0 -368
- package/docs/Screenshot 2024-07-04 at 18.41.28.png +0 -0
- package/docs/TROUBLESHOOTING.md +0 -475
- package/docs/api-response-for-BRP069A8x.json +0 -520
- package/docs/api-response-for-BRP069C4x-2.json +0 -881
- package/docs/api-response-for-BRP069C4x.json +0 -916
- package/docs/api-response-for-altherma.json +0 -759
- package/docs/api-response-for-altherma2.json +0 -2735
- package/docs/api-response-with-multiple-devices-incl-heatpump.json +0 -2544
- package/docs/cr-insance-altherma-id-0.json +0 -834
- package/docs/mock-air-to-air-dx23.json +0 -759
- package/docs/mock-air-to-air-dx4.json +0 -1134
- package/docs/mock-airpurifier-with-humidifier.json +0 -732
- package/docs/mock-airpurifier.json +0 -450
- package/docs/mock-altherma-air-to-water-lan.json +0 -845
- package/docs/mock-altherma-air-to-water-wlan.json +0 -845
- package/docs/mock-d2cnd-gas-boiler.json +0 -649
- package/docs/setpointmode-vs-controlmode-vs-setpoints-vs-sensorydata.txt +0 -6
- package/images/fan-speed.jpeg +0 -0
- package/images/homekit-controls.jpeg +0 -0
- package/images/homekit-settings.jpeg +0 -0
- package/images/swing-mode.png +0 -0
- package/jest.config.ts +0 -13
- package/test/fixtures/altherma-crSense-2.ts +0 -834
- package/test/fixtures/altherma-fraction.ts +0 -718
- package/test/fixtures/altherma-heat-pump-2.ts +0 -479
- package/test/fixtures/altherma-heat-pump.ts +0 -757
- package/test/fixtures/altherma-miladcerkic-off.ts +0 -524
- package/test/fixtures/altherma-miladcerkic.ts +0 -524
- package/test/fixtures/altherma-v1ckoeln.ts +0 -644
- package/test/fixtures/altherma-with-embedded-id-zero.ts +0 -834
- package/test/fixtures/dx23-airco-2.ts +0 -343
- package/test/fixtures/dx23-airco.ts +0 -518
- package/test/fixtures/dx4-airco.ts +0 -914
- package/test/fixtures/unknown-jan.ts +0 -488
- package/test/fixtures/unknown-kitchen-guests.ts +0 -488
- package/test/helpers/test-isolation.ts +0 -228
- package/test/integration/air-conditioning.test.ts +0 -410
- package/test/integration/altherma.test.ts +0 -289
- package/test/integration/platform.test.ts +0 -118
- package/test/mocks/index.ts +0 -27
- package/test/test-gigya-auth.js +0 -443
- package/test/test-mobile-oauth.js +0 -175
- package/test/test-websocket-mobile.js +0 -123
- package/test/test-websocket.js +0 -116
- package/test/unit/api/__snapshots__/daikinCloud.test.ts.snap +0 -1320
- package/test/unit/api/daikin-api.test.ts +0 -384
- package/test/unit/api/daikin-oauth.test.ts +0 -214
- package/test/unit/api/daikinCloud.test.ts +0 -12
- package/test/unit/config/config-manager.test.ts +0 -271
- package/test/unit/device/daikin-device.test.ts +0 -79
- package/test/unit/services/hot-water-tank.service.test.ts +0 -123
- package/test/unit/utils/error-handler.test.ts +0 -274
- package/test/unit/utils/log-context.test.ts +0 -271
|
@@ -1,343 +0,0 @@
|
|
|
1
|
-
export const dx23Airco2 = {
|
|
2
|
-
'managementPoints': [
|
|
3
|
-
{
|
|
4
|
-
'embeddedId': 'gateway',
|
|
5
|
-
'managementPointType': 'gateway',
|
|
6
|
-
'managementPointCategory': 'secondary',
|
|
7
|
-
'name': {
|
|
8
|
-
'settable': false,
|
|
9
|
-
'maxLength': 32,
|
|
10
|
-
'value': 'Gateway',
|
|
11
|
-
},
|
|
12
|
-
'modelInfo': {
|
|
13
|
-
'settable': false,
|
|
14
|
-
'value': 'BRP069B4x',
|
|
15
|
-
},
|
|
16
|
-
'ipAddress': {
|
|
17
|
-
'settable': false,
|
|
18
|
-
'value': 'REDACTED',
|
|
19
|
-
},
|
|
20
|
-
'macAddress': {
|
|
21
|
-
'settable': false,
|
|
22
|
-
'value': 'REDACTED',
|
|
23
|
-
},
|
|
24
|
-
'firmwareVersion': {
|
|
25
|
-
'settable': false,
|
|
26
|
-
'value': '1_14_88',
|
|
27
|
-
},
|
|
28
|
-
'isFirmwareUpdateSupported': {
|
|
29
|
-
'settable': false,
|
|
30
|
-
'value': true,
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
'embeddedId': 'climateControl',
|
|
35
|
-
'managementPointType': 'climateControl',
|
|
36
|
-
'managementPointSubType': 'mainZone',
|
|
37
|
-
'managementPointCategory': 'primary',
|
|
38
|
-
'onOffMode': {
|
|
39
|
-
'settable': true,
|
|
40
|
-
'values': [
|
|
41
|
-
'on',
|
|
42
|
-
'off',
|
|
43
|
-
],
|
|
44
|
-
'value': 'on',
|
|
45
|
-
},
|
|
46
|
-
'name': {
|
|
47
|
-
'settable': false,
|
|
48
|
-
'maxLength': 32,
|
|
49
|
-
'value': 'Chambre Parents',
|
|
50
|
-
},
|
|
51
|
-
'isHolidayModeActive': {
|
|
52
|
-
'settable': false,
|
|
53
|
-
'value': false,
|
|
54
|
-
},
|
|
55
|
-
'isInErrorState': {
|
|
56
|
-
'settable': false,
|
|
57
|
-
'value': false,
|
|
58
|
-
},
|
|
59
|
-
'errorCode': {
|
|
60
|
-
'settable': false,
|
|
61
|
-
'value': '00',
|
|
62
|
-
},
|
|
63
|
-
'operationMode': {
|
|
64
|
-
'settable': true,
|
|
65
|
-
'values': [
|
|
66
|
-
'auto',
|
|
67
|
-
'dry',
|
|
68
|
-
'cooling',
|
|
69
|
-
'heating',
|
|
70
|
-
'fanOnly',
|
|
71
|
-
],
|
|
72
|
-
'value': 'heating',
|
|
73
|
-
},
|
|
74
|
-
'temperatureControl': {
|
|
75
|
-
'ref': '#temperatureControl',
|
|
76
|
-
'settable': true,
|
|
77
|
-
'value': {
|
|
78
|
-
'operationModes': {
|
|
79
|
-
'auto': {
|
|
80
|
-
'setpoints': {
|
|
81
|
-
'roomTemperature': {
|
|
82
|
-
'settable': true,
|
|
83
|
-
'value': 25,
|
|
84
|
-
'minValue': 18,
|
|
85
|
-
'maxValue': 30,
|
|
86
|
-
'stepValue': 0.5,
|
|
87
|
-
},
|
|
88
|
-
},
|
|
89
|
-
},
|
|
90
|
-
'cooling': {
|
|
91
|
-
'setpoints': {
|
|
92
|
-
'roomTemperature': {
|
|
93
|
-
'settable': true,
|
|
94
|
-
'value': 25,
|
|
95
|
-
'minValue': 18,
|
|
96
|
-
'maxValue': 32,
|
|
97
|
-
'stepValue': 0.5,
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
|
-
},
|
|
101
|
-
'heating': {
|
|
102
|
-
'setpoints': {
|
|
103
|
-
'roomTemperature': {
|
|
104
|
-
'settable': true,
|
|
105
|
-
'value': 13,
|
|
106
|
-
'minValue': 10,
|
|
107
|
-
'maxValue': 30,
|
|
108
|
-
'stepValue': 0.5,
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
},
|
|
112
|
-
},
|
|
113
|
-
},
|
|
114
|
-
},
|
|
115
|
-
'sensoryData': {
|
|
116
|
-
'ref': '#sensoryData',
|
|
117
|
-
'settable': false,
|
|
118
|
-
'value': {
|
|
119
|
-
'roomTemperature': {
|
|
120
|
-
'settable': false,
|
|
121
|
-
'value': 19,
|
|
122
|
-
},
|
|
123
|
-
'outdoorTemperature': {
|
|
124
|
-
'settable': false,
|
|
125
|
-
'value': 17,
|
|
126
|
-
},
|
|
127
|
-
},
|
|
128
|
-
},
|
|
129
|
-
'fanControl': {
|
|
130
|
-
'ref': '#fanControl',
|
|
131
|
-
'settable': true,
|
|
132
|
-
'value': {
|
|
133
|
-
'operationModes': {
|
|
134
|
-
'auto': {
|
|
135
|
-
'fanDirection': {
|
|
136
|
-
'vertical': {
|
|
137
|
-
'currentMode': {
|
|
138
|
-
'settable': true,
|
|
139
|
-
'value': 'stop',
|
|
140
|
-
'values': [
|
|
141
|
-
'stop',
|
|
142
|
-
'swing',
|
|
143
|
-
],
|
|
144
|
-
},
|
|
145
|
-
},
|
|
146
|
-
},
|
|
147
|
-
'fanSpeed': {
|
|
148
|
-
'currentMode': {
|
|
149
|
-
'settable': true,
|
|
150
|
-
'value': 'fixed',
|
|
151
|
-
'values': [
|
|
152
|
-
'quiet',
|
|
153
|
-
'auto',
|
|
154
|
-
'fixed',
|
|
155
|
-
],
|
|
156
|
-
},
|
|
157
|
-
'modes': {
|
|
158
|
-
'fixed': {
|
|
159
|
-
'value': 3,
|
|
160
|
-
'settable': true,
|
|
161
|
-
'maxValue': 5,
|
|
162
|
-
'minValue': 1,
|
|
163
|
-
'stepValue': 1,
|
|
164
|
-
},
|
|
165
|
-
},
|
|
166
|
-
},
|
|
167
|
-
},
|
|
168
|
-
'dry': {
|
|
169
|
-
'fanDirection': {
|
|
170
|
-
'vertical': {
|
|
171
|
-
'currentMode': {
|
|
172
|
-
'settable': true,
|
|
173
|
-
'value': 'stop',
|
|
174
|
-
'values': [
|
|
175
|
-
'stop',
|
|
176
|
-
'swing',
|
|
177
|
-
],
|
|
178
|
-
},
|
|
179
|
-
},
|
|
180
|
-
},
|
|
181
|
-
'fanSpeed': {
|
|
182
|
-
'currentMode': {
|
|
183
|
-
'settable': true,
|
|
184
|
-
'value': 'auto',
|
|
185
|
-
'values': [
|
|
186
|
-
'auto',
|
|
187
|
-
],
|
|
188
|
-
},
|
|
189
|
-
},
|
|
190
|
-
},
|
|
191
|
-
'cooling': {
|
|
192
|
-
'fanDirection': {
|
|
193
|
-
'vertical': {
|
|
194
|
-
'currentMode': {
|
|
195
|
-
'settable': true,
|
|
196
|
-
'value': 'stop',
|
|
197
|
-
'values': [
|
|
198
|
-
'stop',
|
|
199
|
-
'swing',
|
|
200
|
-
],
|
|
201
|
-
},
|
|
202
|
-
},
|
|
203
|
-
},
|
|
204
|
-
'fanSpeed': {
|
|
205
|
-
'currentMode': {
|
|
206
|
-
'settable': true,
|
|
207
|
-
'value': 'fixed',
|
|
208
|
-
'values': [
|
|
209
|
-
'quiet',
|
|
210
|
-
'auto',
|
|
211
|
-
'fixed',
|
|
212
|
-
],
|
|
213
|
-
},
|
|
214
|
-
'modes': {
|
|
215
|
-
'fixed': {
|
|
216
|
-
'value': 3,
|
|
217
|
-
'settable': true,
|
|
218
|
-
'maxValue': 5,
|
|
219
|
-
'minValue': 1,
|
|
220
|
-
'stepValue': 1,
|
|
221
|
-
},
|
|
222
|
-
},
|
|
223
|
-
},
|
|
224
|
-
},
|
|
225
|
-
'heating': {
|
|
226
|
-
'fanDirection': {
|
|
227
|
-
'vertical': {
|
|
228
|
-
'currentMode': {
|
|
229
|
-
'settable': true,
|
|
230
|
-
'value': 'stop',
|
|
231
|
-
'values': [
|
|
232
|
-
'stop',
|
|
233
|
-
'swing',
|
|
234
|
-
],
|
|
235
|
-
},
|
|
236
|
-
},
|
|
237
|
-
},
|
|
238
|
-
'fanSpeed': {
|
|
239
|
-
'currentMode': {
|
|
240
|
-
'settable': true,
|
|
241
|
-
'value': 'fixed',
|
|
242
|
-
'values': [
|
|
243
|
-
'quiet',
|
|
244
|
-
'auto',
|
|
245
|
-
'fixed',
|
|
246
|
-
],
|
|
247
|
-
},
|
|
248
|
-
'modes': {
|
|
249
|
-
'fixed': {
|
|
250
|
-
'value': 4,
|
|
251
|
-
'settable': true,
|
|
252
|
-
'maxValue': 5,
|
|
253
|
-
'minValue': 1,
|
|
254
|
-
'stepValue': 1,
|
|
255
|
-
},
|
|
256
|
-
},
|
|
257
|
-
},
|
|
258
|
-
},
|
|
259
|
-
'fanOnly': {
|
|
260
|
-
'fanDirection': {
|
|
261
|
-
'vertical': {
|
|
262
|
-
'currentMode': {
|
|
263
|
-
'settable': true,
|
|
264
|
-
'value': 'stop',
|
|
265
|
-
'values': [
|
|
266
|
-
'stop',
|
|
267
|
-
'swing',
|
|
268
|
-
],
|
|
269
|
-
},
|
|
270
|
-
},
|
|
271
|
-
},
|
|
272
|
-
'fanSpeed': {
|
|
273
|
-
'currentMode': {
|
|
274
|
-
'settable': true,
|
|
275
|
-
'value': 'fixed',
|
|
276
|
-
'values': [
|
|
277
|
-
'quiet',
|
|
278
|
-
'auto',
|
|
279
|
-
'fixed',
|
|
280
|
-
],
|
|
281
|
-
},
|
|
282
|
-
'modes': {
|
|
283
|
-
'fixed': {
|
|
284
|
-
'value': 3,
|
|
285
|
-
'settable': true,
|
|
286
|
-
'maxValue': 5,
|
|
287
|
-
'minValue': 1,
|
|
288
|
-
'stepValue': 1,
|
|
289
|
-
},
|
|
290
|
-
},
|
|
291
|
-
},
|
|
292
|
-
},
|
|
293
|
-
},
|
|
294
|
-
},
|
|
295
|
-
},
|
|
296
|
-
'schedule': 'REDACTED',
|
|
297
|
-
'isPowerfulModeActive': {
|
|
298
|
-
'settable': false,
|
|
299
|
-
'value': false,
|
|
300
|
-
},
|
|
301
|
-
'powerfulMode': {
|
|
302
|
-
'settable': true,
|
|
303
|
-
'values': [
|
|
304
|
-
'on',
|
|
305
|
-
'off',
|
|
306
|
-
],
|
|
307
|
-
'value': 'off',
|
|
308
|
-
},
|
|
309
|
-
'consumptionData': 'REDACTED',
|
|
310
|
-
'holidayMode': {
|
|
311
|
-
'ref': '#holidayMode',
|
|
312
|
-
'settable': true,
|
|
313
|
-
'value': {
|
|
314
|
-
'enabled': false,
|
|
315
|
-
},
|
|
316
|
-
},
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
'embeddedId': 'indoorUnit',
|
|
320
|
-
'managementPointType': 'indoorUnit',
|
|
321
|
-
'managementPointCategory': 'secondary',
|
|
322
|
-
'name': {
|
|
323
|
-
'settable': false,
|
|
324
|
-
'maxLength': 32,
|
|
325
|
-
'value': 'Indoor Unit',
|
|
326
|
-
},
|
|
327
|
-
'softwareVersion': {
|
|
328
|
-
'settable': false,
|
|
329
|
-
'value': '3.20',
|
|
330
|
-
},
|
|
331
|
-
},
|
|
332
|
-
],
|
|
333
|
-
'_id': '7d4bd896-b31c-478d-9ce4-a9e4234df253',
|
|
334
|
-
'id': '7d4bd896-b31c-478d-9ce4-a9e4234df253',
|
|
335
|
-
'type': 'dx23',
|
|
336
|
-
'deviceModel': 'dx23',
|
|
337
|
-
'isCloudConnectionUp': {
|
|
338
|
-
'settable': false,
|
|
339
|
-
'value': true,
|
|
340
|
-
},
|
|
341
|
-
'embeddedId': '52447ea2-2bd6-42e4-8876-5940a7c9b44b',
|
|
342
|
-
'timestamp': '2024-10-22T08:47:34.264Z',
|
|
343
|
-
};
|