@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,450 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"timestamp": "2018-11-13T20:20:39.000Z",
|
|
4
|
-
"managementPoints": [
|
|
5
|
-
{
|
|
6
|
-
"managementPointCategory": "secondary",
|
|
7
|
-
"ipAddress": {
|
|
8
|
-
"value": "192.168.0.31",
|
|
9
|
-
"settable": false
|
|
10
|
-
},
|
|
11
|
-
"macAddress": {
|
|
12
|
-
"value": "9c:50:d1:ba:3a:96",
|
|
13
|
-
"settable": false
|
|
14
|
-
},
|
|
15
|
-
"firmwareVersion": {
|
|
16
|
-
"value": "1_30_0",
|
|
17
|
-
"settable": false
|
|
18
|
-
},
|
|
19
|
-
"modelInfo": {
|
|
20
|
-
"value": "BRP069C4x",
|
|
21
|
-
"settable": false
|
|
22
|
-
},
|
|
23
|
-
"isFirmwareUpdateSupported": {
|
|
24
|
-
"value": true,
|
|
25
|
-
"settable": false
|
|
26
|
-
},
|
|
27
|
-
"embeddedId": "gateway",
|
|
28
|
-
"managementPointType": "gateway",
|
|
29
|
-
"name": {
|
|
30
|
-
"value": "Gateway",
|
|
31
|
-
"maxLength": 64,
|
|
32
|
-
"settable": false
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"managementPointCategory": "primary",
|
|
37
|
-
"holidayMode": {
|
|
38
|
-
"value": {
|
|
39
|
-
"enabled": false
|
|
40
|
-
},
|
|
41
|
-
"ref": "#holidayMode",
|
|
42
|
-
"settable": true
|
|
43
|
-
},
|
|
44
|
-
"managementPointSubType": "mainZone",
|
|
45
|
-
"errorCode": {
|
|
46
|
-
"value": "00",
|
|
47
|
-
"settable": false
|
|
48
|
-
},
|
|
49
|
-
"fanControl": {
|
|
50
|
-
"value": {
|
|
51
|
-
"airPurificationModes": {
|
|
52
|
-
"moist": {
|
|
53
|
-
"fanSpeed": {
|
|
54
|
-
"currentMode": {
|
|
55
|
-
"value": "auto",
|
|
56
|
-
"values": [
|
|
57
|
-
"auto"
|
|
58
|
-
],
|
|
59
|
-
"settable": true
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
"manualFan": {
|
|
64
|
-
"fanSpeed": {
|
|
65
|
-
"currentMode": {
|
|
66
|
-
"value": "fixed",
|
|
67
|
-
"values": [
|
|
68
|
-
"fixed"
|
|
69
|
-
],
|
|
70
|
-
"settable": true
|
|
71
|
-
},
|
|
72
|
-
"modes": {
|
|
73
|
-
"fixed": {
|
|
74
|
-
"settable": true,
|
|
75
|
-
"value": 1,
|
|
76
|
-
"minValue": 1,
|
|
77
|
-
"maxValue": 4,
|
|
78
|
-
"stepValue": 1
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"autoFan": {
|
|
84
|
-
"fanSpeed": {
|
|
85
|
-
"currentMode": {
|
|
86
|
-
"value": "auto",
|
|
87
|
-
"values": [
|
|
88
|
-
"auto"
|
|
89
|
-
],
|
|
90
|
-
"settable": true
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
"econo": {
|
|
95
|
-
"fanSpeed": {
|
|
96
|
-
"currentMode": {
|
|
97
|
-
"value": "auto",
|
|
98
|
-
"values": [
|
|
99
|
-
"auto"
|
|
100
|
-
],
|
|
101
|
-
"settable": true
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"antiPollen": {
|
|
106
|
-
"fanSpeed": {
|
|
107
|
-
"currentMode": {
|
|
108
|
-
"value": "auto",
|
|
109
|
-
"values": [
|
|
110
|
-
"auto"
|
|
111
|
-
],
|
|
112
|
-
"settable": true
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"circulator": {
|
|
117
|
-
"fanSpeed": {
|
|
118
|
-
"currentMode": {
|
|
119
|
-
"value": "auto",
|
|
120
|
-
"values": [
|
|
121
|
-
"auto"
|
|
122
|
-
],
|
|
123
|
-
"settable": true
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
"auto": {
|
|
128
|
-
"fanSpeed": {
|
|
129
|
-
"currentMode": {
|
|
130
|
-
"value": "auto",
|
|
131
|
-
"values": [
|
|
132
|
-
"auto"
|
|
133
|
-
],
|
|
134
|
-
"settable": true
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
"ref": "#fanControl",
|
|
141
|
-
"settable": true
|
|
142
|
-
},
|
|
143
|
-
"schedule": {
|
|
144
|
-
"value": {
|
|
145
|
-
"modes": {
|
|
146
|
-
"any": {
|
|
147
|
-
"schedules": {
|
|
148
|
-
"0": {
|
|
149
|
-
"name": {
|
|
150
|
-
"value": "",
|
|
151
|
-
"settable": false
|
|
152
|
-
},
|
|
153
|
-
"actions": {
|
|
154
|
-
"tuesday": {
|
|
155
|
-
"07:00:00": {
|
|
156
|
-
"airPurificationMode": "econo"
|
|
157
|
-
},
|
|
158
|
-
"22:00:00": {
|
|
159
|
-
"airPurificationMode": "off"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"wednesday": {
|
|
163
|
-
"07:00:00": {
|
|
164
|
-
"airPurificationMode": "econo"
|
|
165
|
-
},
|
|
166
|
-
"22:00:00": {
|
|
167
|
-
"airPurificationMode": "off"
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
"thursday": {
|
|
171
|
-
"07:00:00": {
|
|
172
|
-
"airPurificationMode": "econo"
|
|
173
|
-
},
|
|
174
|
-
"22:00:00": {
|
|
175
|
-
"airPurificationMode": "off"
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
"friday": {
|
|
179
|
-
"07:00:00": {
|
|
180
|
-
"airPurificationMode": "econo"
|
|
181
|
-
},
|
|
182
|
-
"22:00:00": {
|
|
183
|
-
"airPurificationMode": "off"
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
"saturday": {
|
|
187
|
-
"07:00:00": {
|
|
188
|
-
"airPurificationMode": "econo"
|
|
189
|
-
},
|
|
190
|
-
"22:00:00": {
|
|
191
|
-
"airPurificationMode": "off"
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
"sunday": {
|
|
195
|
-
"07:00:00": {
|
|
196
|
-
"airPurificationMode": "econo"
|
|
197
|
-
},
|
|
198
|
-
"22:00:00": {
|
|
199
|
-
"airPurificationMode": "off"
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
"monday": {
|
|
203
|
-
"07:00:00": {
|
|
204
|
-
"airPurificationMode": "econo"
|
|
205
|
-
},
|
|
206
|
-
"22:00:00": {
|
|
207
|
-
"airPurificationMode": "off"
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
"meta": {
|
|
212
|
-
"actionPeriods": [
|
|
213
|
-
"monday",
|
|
214
|
-
"tuesday",
|
|
215
|
-
"wednesday",
|
|
216
|
-
"thursday",
|
|
217
|
-
"friday",
|
|
218
|
-
"saturday",
|
|
219
|
-
"sunday"
|
|
220
|
-
],
|
|
221
|
-
"isReadOnly": false
|
|
222
|
-
},
|
|
223
|
-
"settable": false
|
|
224
|
-
},
|
|
225
|
-
"2": {
|
|
226
|
-
"name": {
|
|
227
|
-
"value": "",
|
|
228
|
-
"settable": false
|
|
229
|
-
},
|
|
230
|
-
"actions": {},
|
|
231
|
-
"meta": {
|
|
232
|
-
"actionPeriods": [
|
|
233
|
-
"monday",
|
|
234
|
-
"tuesday",
|
|
235
|
-
"wednesday",
|
|
236
|
-
"thursday",
|
|
237
|
-
"friday",
|
|
238
|
-
"saturday",
|
|
239
|
-
"sunday"
|
|
240
|
-
],
|
|
241
|
-
"isReadOnly": false
|
|
242
|
-
},
|
|
243
|
-
"settable": false
|
|
244
|
-
},
|
|
245
|
-
"1": {
|
|
246
|
-
"name": {
|
|
247
|
-
"value": "",
|
|
248
|
-
"settable": false
|
|
249
|
-
},
|
|
250
|
-
"actions": {
|
|
251
|
-
"tuesday": {
|
|
252
|
-
"12:00:00": {
|
|
253
|
-
"airPurificationMode": "econo"
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
"meta": {
|
|
258
|
-
"actionPeriods": [
|
|
259
|
-
"monday",
|
|
260
|
-
"tuesday",
|
|
261
|
-
"wednesday",
|
|
262
|
-
"thursday",
|
|
263
|
-
"friday",
|
|
264
|
-
"saturday",
|
|
265
|
-
"sunday"
|
|
266
|
-
],
|
|
267
|
-
"isReadOnly": false
|
|
268
|
-
},
|
|
269
|
-
"settable": false
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
"currentSchedule": {
|
|
273
|
-
"value": "0",
|
|
274
|
-
"values": [
|
|
275
|
-
"0",
|
|
276
|
-
"1",
|
|
277
|
-
"2"
|
|
278
|
-
],
|
|
279
|
-
"settable": true
|
|
280
|
-
},
|
|
281
|
-
"enabled": {
|
|
282
|
-
"value": true,
|
|
283
|
-
"settable": true
|
|
284
|
-
},
|
|
285
|
-
"meta": {
|
|
286
|
-
"maxSchedules": 3,
|
|
287
|
-
"maxActionsPerActionPeriod": 6,
|
|
288
|
-
"consecutiveActionsAllowed": true,
|
|
289
|
-
"actionTypes": {
|
|
290
|
-
"fanSpeed": {
|
|
291
|
-
"manualFan": {
|
|
292
|
-
"currentMode": {
|
|
293
|
-
"values": [
|
|
294
|
-
"fixed"
|
|
295
|
-
],
|
|
296
|
-
"settable": false
|
|
297
|
-
},
|
|
298
|
-
"modes": {
|
|
299
|
-
"fixed": {
|
|
300
|
-
"stepValue": 1,
|
|
301
|
-
"minValue": 1,
|
|
302
|
-
"maxValue": 4,
|
|
303
|
-
"settable": false
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
},
|
|
308
|
-
"airPurificationMode": {
|
|
309
|
-
"values": [
|
|
310
|
-
"manualFan",
|
|
311
|
-
"autoFan",
|
|
312
|
-
"econo",
|
|
313
|
-
"antiPollen",
|
|
314
|
-
"circulator",
|
|
315
|
-
"off"
|
|
316
|
-
],
|
|
317
|
-
"settable": false
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
"minIntervalBetweenActions": "00:01:00"
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
"currentMode": {
|
|
325
|
-
"value": "any",
|
|
326
|
-
"values": [
|
|
327
|
-
"any"
|
|
328
|
-
],
|
|
329
|
-
"settable": true
|
|
330
|
-
},
|
|
331
|
-
"nextAction": {
|
|
332
|
-
"startTime": "22:00:00",
|
|
333
|
-
"airPurificationMode": "off",
|
|
334
|
-
"actionPeriod": "thursday"
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
"ref": "#schedule",
|
|
338
|
-
"settable": true
|
|
339
|
-
},
|
|
340
|
-
"onOffMode": {
|
|
341
|
-
"value": "on",
|
|
342
|
-
"settable": true,
|
|
343
|
-
"values": [
|
|
344
|
-
"on",
|
|
345
|
-
"off"
|
|
346
|
-
]
|
|
347
|
-
},
|
|
348
|
-
"airPurificationMode": {
|
|
349
|
-
"value": "econo",
|
|
350
|
-
"settable": true,
|
|
351
|
-
"values": [
|
|
352
|
-
"manualFan",
|
|
353
|
-
"autoFan",
|
|
354
|
-
"econo",
|
|
355
|
-
"antiPollen",
|
|
356
|
-
"circulator"
|
|
357
|
-
]
|
|
358
|
-
},
|
|
359
|
-
"sensoryData": {
|
|
360
|
-
"value": {
|
|
361
|
-
"pm1Concentration": {
|
|
362
|
-
"stepValue": 1,
|
|
363
|
-
"settable": false,
|
|
364
|
-
"value": 1,
|
|
365
|
-
"minValue": 0,
|
|
366
|
-
"maxValue": 999,
|
|
367
|
-
"unit": "µg/m³"
|
|
368
|
-
},
|
|
369
|
-
"pm25Concentration": {
|
|
370
|
-
"stepValue": 1,
|
|
371
|
-
"settable": false,
|
|
372
|
-
"value": 1,
|
|
373
|
-
"minValue": 0,
|
|
374
|
-
"maxValue": 999,
|
|
375
|
-
"unit": "µg/m³"
|
|
376
|
-
},
|
|
377
|
-
"roomTemperature": {
|
|
378
|
-
"stepValue": 1,
|
|
379
|
-
"settable": false,
|
|
380
|
-
"value": 26,
|
|
381
|
-
"minValue": -9,
|
|
382
|
-
"maxValue": 90,
|
|
383
|
-
"unit": "°C"
|
|
384
|
-
},
|
|
385
|
-
"pm10Concentration": {
|
|
386
|
-
"stepValue": 1,
|
|
387
|
-
"settable": false,
|
|
388
|
-
"value": 1,
|
|
389
|
-
"minValue": 0,
|
|
390
|
-
"maxValue": 999,
|
|
391
|
-
"unit": "µg/m³"
|
|
392
|
-
},
|
|
393
|
-
"roomHumidity": {
|
|
394
|
-
"stepValue": 1,
|
|
395
|
-
"settable": false,
|
|
396
|
-
"value": 40,
|
|
397
|
-
"minValue": 20,
|
|
398
|
-
"maxValue": 90,
|
|
399
|
-
"unit": "%"
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
"ref": "#sensoryData",
|
|
403
|
-
"settable": false
|
|
404
|
-
},
|
|
405
|
-
"managementPointType": "climateControl",
|
|
406
|
-
"name": {
|
|
407
|
-
"value": "my mock air purifier",
|
|
408
|
-
"settable": false,
|
|
409
|
-
"maxLength": 32
|
|
410
|
-
},
|
|
411
|
-
"embeddedId": "climateControl",
|
|
412
|
-
"isHolidayModeActive": {
|
|
413
|
-
"value": false,
|
|
414
|
-
"settable": false
|
|
415
|
-
},
|
|
416
|
-
"isInErrorState": {
|
|
417
|
-
"value": false,
|
|
418
|
-
"settable": false
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"managementPointCategory": "secondary",
|
|
423
|
-
"modelInfo": {
|
|
424
|
-
"value": "MC80Z",
|
|
425
|
-
"settable": false
|
|
426
|
-
},
|
|
427
|
-
"softwareVersion": {
|
|
428
|
-
"value": "22001E02",
|
|
429
|
-
"settable": false
|
|
430
|
-
},
|
|
431
|
-
"embeddedId": "indoorUnit",
|
|
432
|
-
"managementPointType": "indoorUnit",
|
|
433
|
-
"name": {
|
|
434
|
-
"value": "Indoor Unit",
|
|
435
|
-
"settable": false,
|
|
436
|
-
"maxLength": 32
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
],
|
|
440
|
-
"isCloudConnectionUp": {
|
|
441
|
-
"value": true,
|
|
442
|
-
"settable": false
|
|
443
|
-
},
|
|
444
|
-
"type": "dx4",
|
|
445
|
-
"_id": "f0d7de82-57d9-42d5-83ee-63680045aaf5",
|
|
446
|
-
"embeddedId": 408315,
|
|
447
|
-
"id": "f0d7de82-57d9-42d5-83ee-63680045aaf5",
|
|
448
|
-
"deviceModel": "air-purifier"
|
|
449
|
-
}
|
|
450
|
-
]
|