@pepperdash/mobile-control-react-app-core 1.25.0-feat-essentials-v3.8 → 1.25.0-feat-essentials-v3.9
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/dist/mobile-control-react-app-core.es.js +541 -536
- package/dist/mobile-control-react-app-core.umd.js +8 -8
- package/dist/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.d.ts +2 -2
- package/dist/store/middleware/websocketMiddleware.d.ts.map +1 -1
- package/dist/store/ui/ui.hooks.d.ts +1 -0
- package/dist/store/ui/ui.hooks.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,137 +1,137 @@
|
|
|
1
1
|
var w2 = Object.defineProperty;
|
|
2
|
-
var
|
|
3
|
-
var G = (e, t, n) =>
|
|
4
|
-
import M3, { AxiosError as
|
|
5
|
-
import { useDispatch as
|
|
6
|
-
import { createSelector as x, createSlice as v1, combineReducers as
|
|
7
|
-
import x3, { createContext as
|
|
8
|
-
import { useNavigate as
|
|
2
|
+
var p2 = (e, t, n) => t in e ? w2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
|
+
var G = (e, t, n) => p2(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
+
import M3, { AxiosError as M2 } from "axios";
|
|
5
|
+
import { useDispatch as x2, useSelector as S2, Provider as Z2 } from "react-redux";
|
|
6
|
+
import { createSelector as x, createSlice as v1, combineReducers as C2, configureStore as j2 } from "@reduxjs/toolkit";
|
|
7
|
+
import x3, { createContext as b2, useEffect as S1, useCallback as l1, useContext as I2, useRef as d1, useMemo as D, useState as Y, useLayoutEffect as S3 } from "react";
|
|
8
|
+
import { useNavigate as y2, useRouteError as R2, isRouteErrorResponse as P2 } from "react-router-dom";
|
|
9
9
|
import * as Z3 from "lodash";
|
|
10
|
-
const k1 =
|
|
10
|
+
const k1 = x2.withTypes(), p = S2.withTypes(), Z1 = (e) => e.appConfig, $2 = x(
|
|
11
11
|
Z1,
|
|
12
12
|
(e) => e.config
|
|
13
|
-
),
|
|
13
|
+
), E2 = x(
|
|
14
14
|
Z1,
|
|
15
15
|
(e) => e.config.apiPath
|
|
16
|
-
),
|
|
16
|
+
), T2 = x(
|
|
17
17
|
Z1,
|
|
18
18
|
(e) => e.config.logoPath
|
|
19
|
-
),
|
|
19
|
+
), D2 = x(
|
|
20
20
|
Z1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
), X8 = () => p($2), Q8 = () => p(
|
|
22
|
+
), X8 = () => p($2), Q8 = () => p(E2), N8 = () => p(T2), et = () => p(D2), C3 = (e) => e.devices, j3 = x(
|
|
23
23
|
C3,
|
|
24
24
|
(e) => e
|
|
25
|
-
),
|
|
25
|
+
), A2 = (e) => x(
|
|
26
26
|
C3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
28
|
), tt = () => p(j3);
|
|
29
29
|
function Z(e) {
|
|
30
|
-
return p(
|
|
30
|
+
return p(A2(e));
|
|
31
31
|
}
|
|
32
|
-
const O = (e) => e.rooms,
|
|
32
|
+
const O = (e) => e.rooms, _2 = (e) => x(
|
|
33
33
|
O,
|
|
34
34
|
(t) => t[e] ? t[e].configuration : void 0
|
|
35
|
-
),
|
|
35
|
+
), L2 = x(
|
|
36
36
|
O,
|
|
37
37
|
(e) => e
|
|
38
|
-
),
|
|
38
|
+
), B2 = (e) => x(
|
|
39
39
|
O,
|
|
40
40
|
(t) => t[e] ? t[e] : void 0
|
|
41
|
-
),
|
|
41
|
+
), O2 = (e) => x(
|
|
42
42
|
O,
|
|
43
43
|
(t) => t[e] ? t[e].name : void 0
|
|
44
|
-
),
|
|
44
|
+
), W2 = (e, t) => x(
|
|
45
45
|
O,
|
|
46
46
|
(n) => n[e] ? n[e].volumes[t] : void 0
|
|
47
|
-
),
|
|
47
|
+
), k2 = (e) => x(
|
|
48
48
|
O,
|
|
49
49
|
(t) => t[e] ? t[e] : void 0
|
|
50
|
-
),
|
|
50
|
+
), V2 = (e) => x(
|
|
51
51
|
O,
|
|
52
52
|
(t) => {
|
|
53
53
|
var n, s;
|
|
54
54
|
return t[e] ? (s = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : s.sourceList : void 0;
|
|
55
55
|
}
|
|
56
|
-
),
|
|
56
|
+
), H2 = (e) => x(
|
|
57
57
|
O,
|
|
58
58
|
(t) => {
|
|
59
59
|
var n, s;
|
|
60
60
|
return t[e] ? (s = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : s.audioControlPointList : void 0;
|
|
61
61
|
}
|
|
62
|
-
),
|
|
62
|
+
), F2 = (e) => x(
|
|
63
63
|
O,
|
|
64
64
|
(t) => {
|
|
65
65
|
var n, s;
|
|
66
66
|
return t[e] ? (s = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : s.destinations : void 0;
|
|
67
67
|
}
|
|
68
|
-
),
|
|
68
|
+
), U2 = (e) => x(
|
|
69
69
|
O,
|
|
70
70
|
(t) => {
|
|
71
71
|
var n, s;
|
|
72
72
|
return t[e] ? (s = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : s.destinationList : void 0;
|
|
73
73
|
}
|
|
74
|
-
),
|
|
74
|
+
), K2 = (e) => x(
|
|
75
75
|
O,
|
|
76
76
|
(t) => {
|
|
77
77
|
var n, s;
|
|
78
78
|
return t[e] ? (s = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : s.environmentalDevices : void 0;
|
|
79
79
|
}
|
|
80
|
-
),
|
|
80
|
+
), q2 = (e) => x(
|
|
81
81
|
O,
|
|
82
82
|
(t) => {
|
|
83
83
|
var n, s, r, l, i, h, u, f;
|
|
84
84
|
return (s = (n = t[e]) == null ? void 0 : n.configuration) != null && s.destinationList.programAudio ? (i = (l = (r = t[e]) == null ? void 0 : r.configuration) == null ? void 0 : l.destinationList.programAudio) == null ? void 0 : i.sinkKey : ((f = (u = (h = t[e]) == null ? void 0 : h.configuration) == null ? void 0 : u.destinationList.defaultDisplay) == null ? void 0 : f.sinkKey) || "";
|
|
85
85
|
}
|
|
86
|
-
),
|
|
86
|
+
), G2 = (e) => x(
|
|
87
87
|
O,
|
|
88
88
|
(t) => {
|
|
89
89
|
var n, s, r;
|
|
90
90
|
return t[e] ? (r = (s = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : s.destinationList.codecContent) == null ? void 0 : r.sinkKey : void 0;
|
|
91
91
|
}
|
|
92
|
-
),
|
|
92
|
+
), z2 = (e) => x(
|
|
93
93
|
O,
|
|
94
94
|
(t) => {
|
|
95
95
|
var n;
|
|
96
96
|
return t[e] ? (n = t[e]) == null ? void 0 : n.isInCall : void 0;
|
|
97
97
|
}
|
|
98
|
-
),
|
|
98
|
+
), Y2 = (e) => x(
|
|
99
99
|
O,
|
|
100
100
|
(t) => {
|
|
101
101
|
var n;
|
|
102
102
|
return t[e] ? (n = t[e]) == null ? void 0 : n.isWarmingUp : void 0;
|
|
103
103
|
}
|
|
104
|
-
),
|
|
104
|
+
), J2 = (e) => x(
|
|
105
105
|
O,
|
|
106
106
|
(t) => {
|
|
107
107
|
var n;
|
|
108
108
|
return t[e] ? (n = t[e]) == null ? void 0 : n.isCoolingDown : void 0;
|
|
109
109
|
}
|
|
110
|
-
),
|
|
110
|
+
), X2 = (e) => x(
|
|
111
111
|
O,
|
|
112
112
|
(t) => {
|
|
113
113
|
var n;
|
|
114
114
|
return t[e] ? (n = t[e]) == null ? void 0 : n.isOn : void 0;
|
|
115
115
|
}
|
|
116
|
-
),
|
|
116
|
+
), Q2 = (e) => x(
|
|
117
117
|
O,
|
|
118
118
|
(t) => {
|
|
119
119
|
var n;
|
|
120
120
|
return t[e] ? (n = t[e]) == null ? void 0 : n.advancedSharingActive : void 0;
|
|
121
121
|
}
|
|
122
|
-
),
|
|
122
|
+
), N2 = (e) => x(
|
|
123
123
|
O,
|
|
124
124
|
(t) => {
|
|
125
125
|
var n;
|
|
126
126
|
return t[e] ? (n = t[e]) == null ? void 0 : n.share : void 0;
|
|
127
127
|
}
|
|
128
|
-
),
|
|
128
|
+
), ee = (e) => x(
|
|
129
129
|
O,
|
|
130
130
|
(t) => {
|
|
131
131
|
var n, s;
|
|
132
132
|
return t[e] ? (s = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : s.zoomRoomControllerKey : void 0;
|
|
133
133
|
}
|
|
134
|
-
),
|
|
134
|
+
), te = x(
|
|
135
135
|
[
|
|
136
136
|
(e, t) => t,
|
|
137
137
|
() => j3,
|
|
@@ -148,47 +148,47 @@ const O = (e) => e.rooms, A2 = (e) => x(
|
|
|
148
148
|
);
|
|
149
149
|
function nt(e) {
|
|
150
150
|
return p(
|
|
151
|
-
|
|
151
|
+
_2(e)
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
154
|
function ot() {
|
|
155
|
-
return p(
|
|
155
|
+
return p(L2);
|
|
156
156
|
}
|
|
157
157
|
function C1(e) {
|
|
158
|
-
return p(
|
|
158
|
+
return p(B2(e));
|
|
159
159
|
}
|
|
160
160
|
const st = C1, ct = (e) => p(
|
|
161
|
-
|
|
162
|
-
),
|
|
163
|
-
|
|
164
|
-
),
|
|
161
|
+
O2(e)
|
|
162
|
+
), ne = (e, t) => p(
|
|
163
|
+
W2(e, t)
|
|
164
|
+
), oe = (e) => p(k2(e)) || void 0, rt = (e) => p(V2(e)), lt = (e) => p(H2(e)), it = (e) => p(F2(e)), at = (e) => p(U2(e)), ut = (e) => p(K2(e)), dt = (e) => p(q2(e)), vt = (e) => p(G2(e)), ht = (e) => p(z2(e)), gt = (e) => p(Y2(e)), ft = (e) => p(J2(e)), mt = (e) => p(X2(e)), wt = (e) => p(Q2(e)), pt = (e) => p(N2(e)), Mt = (e) => p((t) => te(t, e)), xt = (e) => p(ee(e)), z = (e) => e.runtimeConfig, se = x(
|
|
165
165
|
z,
|
|
166
166
|
(e) => e.websocket.isConnected
|
|
167
|
-
),
|
|
167
|
+
), ce = x(
|
|
168
168
|
z,
|
|
169
169
|
(e) => e.currentRoomKey
|
|
170
|
-
),
|
|
170
|
+
), re = x(
|
|
171
171
|
z,
|
|
172
172
|
(e) => e.roomData.clientId
|
|
173
|
-
),
|
|
173
|
+
), le = x(
|
|
174
174
|
z,
|
|
175
175
|
(e) => e.roomData.systemUuid
|
|
176
|
-
),
|
|
176
|
+
), ie = x(
|
|
177
177
|
z,
|
|
178
178
|
(e) => e.roomData.userCode
|
|
179
|
-
),
|
|
179
|
+
), ae = x(
|
|
180
180
|
z,
|
|
181
181
|
(e) => e.serverIsRunningOnProcessorHardware
|
|
182
|
-
),
|
|
182
|
+
), ue = x(
|
|
183
183
|
z,
|
|
184
184
|
(e) => {
|
|
185
185
|
var t;
|
|
186
186
|
return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
|
|
187
187
|
}
|
|
188
|
-
),
|
|
188
|
+
), de = x(
|
|
189
189
|
z,
|
|
190
190
|
(e) => e.touchpanelKey
|
|
191
|
-
),
|
|
191
|
+
), ve = x(
|
|
192
192
|
z,
|
|
193
193
|
(e) => e.touchpanelKey !== ""
|
|
194
194
|
), b3 = x(
|
|
@@ -200,23 +200,23 @@ const st = C1, ct = (e) => p(
|
|
|
200
200
|
var n;
|
|
201
201
|
return ((n = t == null ? void 0 : t[e]) == null ? void 0 : n.interfaces) ?? [];
|
|
202
202
|
}
|
|
203
|
-
),
|
|
203
|
+
), he = (e, t) => x(
|
|
204
204
|
I3(e),
|
|
205
205
|
(n) => n.includes(t)
|
|
206
|
-
), y3 = () => p(
|
|
206
|
+
), y3 = () => p(se), St = () => p(ce), Zt = () => p(re), Ct = () => p(le), jt = () => p(ie), bt = () => p(ae), It = () => p(ue), yt = () => p(de), Rt = () => p(ve), Pt = () => p(b3), $t = (e) => p(I3(e)), Et = (e, t) => p(he(e, t)), e1 = (e) => e.ui, V1 = (e) => x(e1, (t) => t.modalVisibility[e]), ge = (e) => x(e1, (t) => {
|
|
207
207
|
const n = t.popoverVisibility[e];
|
|
208
208
|
if (n)
|
|
209
209
|
return Object.keys(n).find((s) => n[s]);
|
|
210
|
-
}),
|
|
210
|
+
}), fe = (e, t) => x(
|
|
211
211
|
e1,
|
|
212
212
|
(n) => {
|
|
213
213
|
var s;
|
|
214
214
|
return ((s = n.popoverVisibility[e]) == null ? void 0 : s[t]) ?? !1;
|
|
215
215
|
}
|
|
216
|
-
),
|
|
216
|
+
), me = x(e1, (e) => e.error), we = x(
|
|
217
217
|
e1,
|
|
218
218
|
(e) => e.showReconnect
|
|
219
|
-
),
|
|
219
|
+
), pe = x(e1, (e) => e.theme), R3 = (e) => x(e1, (t) => t.syncState.includes(e)), Tt = () => p(V1("showShutdownModal")), Dt = () => p(V1("showIncomingCallModal")), At = (e) => p(V1(e)), _t = (e) => p(ge(e)), Lt = (e, t) => p(fe(e, t)), Me = () => p(me), xe = () => p(we), Bt = () => p(pe), Se = (e) => p(R3(e)), Ot = () => p(R3("initialSyncComplete")), Ze = {
|
|
220
220
|
showReconnect: !1,
|
|
221
221
|
error: "",
|
|
222
222
|
modalVisibility: {
|
|
@@ -225,7 +225,7 @@ const st = C1, ct = (e) => p(
|
|
|
225
225
|
},
|
|
226
226
|
popoverVisibility: {},
|
|
227
227
|
syncState: []
|
|
228
|
-
},
|
|
228
|
+
}, P3 = v1({
|
|
229
229
|
name: "ui",
|
|
230
230
|
initialState: Ze,
|
|
231
231
|
reducers: {
|
|
@@ -271,7 +271,7 @@ const st = C1, ct = (e) => p(
|
|
|
271
271
|
e.syncState = [];
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
|
-
}),
|
|
274
|
+
}), k = P3.actions, Ce = P3.reducer, je = {
|
|
275
275
|
config: {
|
|
276
276
|
enableDev: !1,
|
|
277
277
|
apiPath: "",
|
|
@@ -289,7 +289,7 @@ const st = C1, ct = (e) => p(
|
|
|
289
289
|
e.config = t.payload;
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
}),
|
|
292
|
+
}), E3 = $3.actions, be = $3.reducer, v3 = {}, B1 = v1({
|
|
293
293
|
name: "devices",
|
|
294
294
|
initialState: v3,
|
|
295
295
|
reducers: {
|
|
@@ -310,7 +310,7 @@ const st = C1, ct = (e) => p(
|
|
|
310
310
|
return v3;
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
|
-
}),
|
|
313
|
+
}), w1 = {
|
|
314
314
|
setDeviceState: B1.actions.setDeviceState,
|
|
315
315
|
clearDevices: B1.actions.clearDevices
|
|
316
316
|
}, Ie = B1.reducer;
|
|
@@ -326,7 +326,7 @@ const h3 = new ye();
|
|
|
326
326
|
function Re(e) {
|
|
327
327
|
return sessionStorage.getItem(e) || "";
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function Pe(e, t) {
|
|
330
330
|
sessionStorage.setItem(e, t);
|
|
331
331
|
}
|
|
332
332
|
const g3 = {}, O1 = v1({
|
|
@@ -348,7 +348,7 @@ const g3 = {}, O1 = v1({
|
|
|
348
348
|
}), p1 = {
|
|
349
349
|
setRoomState: O1.actions.setRoomState,
|
|
350
350
|
clearRooms: O1.actions.clearRooms
|
|
351
|
-
},
|
|
351
|
+
}, $e = O1.reducer, Ee = {
|
|
352
352
|
apiVersion: "",
|
|
353
353
|
serverIsRunningOnProcessorHardware: !1,
|
|
354
354
|
websocket: {
|
|
@@ -379,7 +379,7 @@ const g3 = {}, O1 = v1({
|
|
|
379
379
|
userCode: "",
|
|
380
380
|
qrUrl: ""
|
|
381
381
|
}
|
|
382
|
-
},
|
|
382
|
+
}, T3 = v1({
|
|
383
383
|
name: "runtimeConfig",
|
|
384
384
|
initialState: Ee,
|
|
385
385
|
reducers: {
|
|
@@ -414,16 +414,16 @@ const g3 = {}, O1 = v1({
|
|
|
414
414
|
e.touchpanelKey = t.payload;
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
}), U =
|
|
418
|
-
type:
|
|
417
|
+
}), U = T3.actions, Te = T3.reducer, A1 = M3.create(), D3 = "websocket/connect", A3 = "websocket/disconnect", _3 = "websocket/sendMessage", L3 = "websocket/addEventHandler", B3 = "websocket/removeEventHandler", O3 = "websocket/reconnect", W3 = () => ({ type: D3 }), Wt = () => ({ type: A3 }), De = (e, t) => ({
|
|
418
|
+
type: _3,
|
|
419
419
|
payload: { messageType: e, content: t }
|
|
420
420
|
}), Ae = (e, t, n) => ({
|
|
421
|
-
type:
|
|
421
|
+
type: L3,
|
|
422
422
|
payload: { eventType: e, key: t, callback: n }
|
|
423
423
|
}), _e = (e, t) => ({
|
|
424
|
-
type:
|
|
424
|
+
type: B3,
|
|
425
425
|
payload: { eventType: e, key: t }
|
|
426
|
-
}), Le = () => ({ type:
|
|
426
|
+
}), Le = () => ({ type: O3 }), Be = () => {
|
|
427
427
|
const e = {
|
|
428
428
|
client: null,
|
|
429
429
|
token: null,
|
|
@@ -440,7 +440,7 @@ const g3 = {}, O1 = v1({
|
|
|
440
440
|
);
|
|
441
441
|
if (j.status === 200 && j.data) {
|
|
442
442
|
const I = j.data.apiPath;
|
|
443
|
-
v(
|
|
443
|
+
v(E3.setAppConfig(j.data));
|
|
444
444
|
const S = await A1.get(
|
|
445
445
|
`${I}/version`
|
|
446
446
|
);
|
|
@@ -457,20 +457,20 @@ const g3 = {}, O1 = v1({
|
|
|
457
457
|
);
|
|
458
458
|
return j.status === 200 && j.data ? (b(U.setRoomData(j.data)), j.data) : null;
|
|
459
459
|
} catch (j) {
|
|
460
|
-
return console.log(j), j instanceof
|
|
461
|
-
|
|
460
|
+
return console.log(j), j instanceof M2 && j.response && j.response.status === 498 ? (console.error("Invalid token. Unable to join room"), b(
|
|
461
|
+
k.setErrorMessage(
|
|
462
462
|
`Token ${C} is invalid. Unable to join room`
|
|
463
463
|
)
|
|
464
|
-
), null) : (console.error("Error getting room data", j), j instanceof Error ? b(
|
|
464
|
+
), null) : (console.error("Error getting room data", j), j instanceof Error ? b(k.setErrorMessage(j.message)) : b(k.setErrorMessage("Error getting room data")), null);
|
|
465
465
|
}
|
|
466
466
|
}, s = (v) => {
|
|
467
467
|
e.reconnectTimer && (clearTimeout(e.reconnectTimer), e.reconnectTimer = null), console.log("WebSocket middleware: Starting reconnection loop..."), e.reconnectTimer = setTimeout(() => {
|
|
468
|
-
e.waitingToReconnect = !1, e.reconnectTimer = null, console.log("WebSocket middleware: Attempting automatic reconnection..."), v(
|
|
468
|
+
e.waitingToReconnect = !1, e.reconnectTimer = null, console.log("WebSocket middleware: Attempting automatic reconnection..."), v(W3());
|
|
469
469
|
}, 5e3);
|
|
470
470
|
}, r = () => {
|
|
471
471
|
e.reconnectTimer && (console.log("WebSocket middleware: Stopping reconnection loop"), clearTimeout(e.reconnectTimer), e.reconnectTimer = null);
|
|
472
472
|
}, l = (v) => {
|
|
473
|
-
v(
|
|
473
|
+
v(k.setShowReconnect(!0)), v(U.setWebsocketIsConnected(!1)), v(w1.clearDevices()), v(p1.clearRooms()), v(k.clearAllModals()), v(k.clearSyncState());
|
|
474
474
|
}, i = (v, C) => {
|
|
475
475
|
var K;
|
|
476
476
|
const b = v(), j = C ?? b.runtimeConfig.roomData.roomKey, { clientId: I } = b.runtimeConfig.roomData, S = b.runtimeConfig.websocket.isConnected, W = (K = b.runtimeConfig.roomData.config) == null ? void 0 : K.runtimeInfo.essentialsVersion;
|
|
@@ -535,41 +535,41 @@ const g3 = {}, O1 = v1({
|
|
|
535
535
|
}
|
|
536
536
|
console.log("WebSocket middleware: Connecting to websocket");
|
|
537
537
|
const o1 = `${j.replace("http", "ws")}/ui/join/${e.token}?clientId=${S.clientId}`, K = new WebSocket(o1);
|
|
538
|
-
e.client = K, K.onopen = (
|
|
539
|
-
console.log("WebSocket middleware: Connected",
|
|
538
|
+
e.client = K, K.onopen = (V) => {
|
|
539
|
+
console.log("WebSocket middleware: Connected", V.type, V.target), e.waitingToReconnect = !1, r(), setTimeout(() => {
|
|
540
540
|
e.client === K && K.readyState === WebSocket.OPEN && v(U.setWebsocketIsConnected(!0));
|
|
541
541
|
}, 100);
|
|
542
|
-
}, K.onerror = (
|
|
543
|
-
console.error("WebSocket middleware: Error",
|
|
544
|
-
}, K.onclose = (
|
|
542
|
+
}, K.onerror = (V) => {
|
|
543
|
+
console.error("WebSocket middleware: Error", V), l(v);
|
|
544
|
+
}, K.onclose = (V) => {
|
|
545
545
|
var T;
|
|
546
546
|
if (console.log(
|
|
547
547
|
"WebSocket middleware: Disconnected",
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
),
|
|
548
|
+
V.reason,
|
|
549
|
+
V.code
|
|
550
|
+
), V.code === 4100) {
|
|
551
551
|
console.log("WebSocket middleware: Closed by client (cleanup)"), r(), l(v);
|
|
552
552
|
return;
|
|
553
553
|
}
|
|
554
|
-
if (e.waitingToReconnect = !0,
|
|
554
|
+
if (e.waitingToReconnect = !0, V.code === 4e3) {
|
|
555
555
|
console.log("WebSocket middleware: User code changed"), r(), v(
|
|
556
556
|
U.setUserCode({ userCode: "", qrUrl: "" })
|
|
557
557
|
), v(
|
|
558
|
-
|
|
558
|
+
k.setErrorMessage(
|
|
559
559
|
"User code changed. Click reconnect to enter the new code"
|
|
560
560
|
)
|
|
561
561
|
), l(v);
|
|
562
562
|
return;
|
|
563
563
|
}
|
|
564
|
-
if (
|
|
564
|
+
if (V.code === 4002) {
|
|
565
565
|
console.log("WebSocket middleware: Room combination changed"), r(), v(
|
|
566
|
-
|
|
566
|
+
k.setErrorMessage(
|
|
567
567
|
"Room combination changed. Click Reconnect to re-join the room"
|
|
568
568
|
)
|
|
569
569
|
), l(v);
|
|
570
570
|
return;
|
|
571
571
|
}
|
|
572
|
-
if (
|
|
572
|
+
if (V.code === 4001)
|
|
573
573
|
if (!!((T = C().runtimeConfig) != null && T.touchpanelKey))
|
|
574
574
|
console.log(
|
|
575
575
|
"WebSocket middleware: Code 4001 received with touchpanel key present, will auto-reconnect"
|
|
@@ -582,7 +582,7 @@ const g3 = {}, O1 = v1({
|
|
|
582
582
|
console.log(
|
|
583
583
|
"WebSocket middleware: Processor disconnected (no touchpanel key, not on processor hardware)"
|
|
584
584
|
), r(), v(
|
|
585
|
-
|
|
585
|
+
k.setErrorMessage(
|
|
586
586
|
"Processor has disconnected. Click Reconnect to continue."
|
|
587
587
|
)
|
|
588
588
|
), l(v);
|
|
@@ -597,13 +597,13 @@ const g3 = {}, O1 = v1({
|
|
|
597
597
|
return;
|
|
598
598
|
}
|
|
599
599
|
e.client = null, console.log("WebSocket middleware: Clearing state on disconnect"), v(
|
|
600
|
-
|
|
600
|
+
k.setErrorMessage(
|
|
601
601
|
"Connection lost. Attempting to reconnect..."
|
|
602
602
|
)
|
|
603
|
-
), v(U.setWebsocketIsConnected(!1)), v(
|
|
604
|
-
}, K.onmessage = (
|
|
603
|
+
), v(U.setWebsocketIsConnected(!1)), v(w1.clearDevices()), v(p1.clearRooms()), v(k.clearAllModals()), v(k.clearSyncState()), s(v);
|
|
604
|
+
}, K.onmessage = (V) => {
|
|
605
605
|
try {
|
|
606
|
-
const T = JSON.parse(
|
|
606
|
+
const T = JSON.parse(V.data);
|
|
607
607
|
if (T.type === "close") {
|
|
608
608
|
K.close(4001, T.content);
|
|
609
609
|
return;
|
|
@@ -618,7 +618,7 @@ const g3 = {}, O1 = v1({
|
|
|
618
618
|
);
|
|
619
619
|
break;
|
|
620
620
|
case "/system/roomKey":
|
|
621
|
-
v(p1.clearRooms()), v(
|
|
621
|
+
v(p1.clearRooms()), v(w1.clearDevices()), v(k.clearSyncState()), v(
|
|
622
622
|
U.setCurrentRoomKey(
|
|
623
623
|
T.content
|
|
624
624
|
)
|
|
@@ -641,6 +641,9 @@ const g3 = {}, O1 = v1({
|
|
|
641
641
|
);
|
|
642
642
|
break;
|
|
643
643
|
}
|
|
644
|
+
case "/system/initialSyncComplete":
|
|
645
|
+
v(k.addSyncState("initialSyncComplete"));
|
|
646
|
+
break;
|
|
644
647
|
default:
|
|
645
648
|
console.log(
|
|
646
649
|
"WebSocket middleware: Unhandled system message",
|
|
@@ -663,7 +666,7 @@ const g3 = {}, O1 = v1({
|
|
|
663
666
|
);
|
|
664
667
|
}
|
|
665
668
|
});
|
|
666
|
-
} else T.type.startsWith("/room/") ? v(p1.setRoomState(T)) : T.type.startsWith("/device/") && v(
|
|
669
|
+
} else T.type.startsWith("/room/") ? v(p1.setRoomState(T)) : T.type.startsWith("/device/") && v(w1.setDeviceState(T));
|
|
667
670
|
} catch (T) {
|
|
668
671
|
console.error("WebSocket middleware: Message handling error", T);
|
|
669
672
|
}
|
|
@@ -697,35 +700,35 @@ const g3 = {}, O1 = v1({
|
|
|
697
700
|
const I = b;
|
|
698
701
|
return (async () => {
|
|
699
702
|
switch (I.type) {
|
|
700
|
-
case
|
|
703
|
+
case D3: {
|
|
701
704
|
let W = new URLSearchParams(window.location.search).get("token");
|
|
702
|
-
W ? (console.log("WebSocket middleware: Saving token"),
|
|
705
|
+
W ? (console.log("WebSocket middleware: Saving token"), Pe(h3.uuid, W)) : (W = Re(h3.uuid), console.log("WebSocket middleware: Loading token")), e.token = W, await t(v.dispatch), await h(v.dispatch, v.getState);
|
|
703
706
|
break;
|
|
704
707
|
}
|
|
705
|
-
case
|
|
708
|
+
case A3:
|
|
706
709
|
u();
|
|
707
710
|
break;
|
|
708
|
-
case
|
|
711
|
+
case _3:
|
|
709
712
|
f(
|
|
710
713
|
I.payload.messageType,
|
|
711
714
|
I.payload.content,
|
|
712
715
|
v.getState
|
|
713
716
|
);
|
|
714
717
|
break;
|
|
715
|
-
case
|
|
718
|
+
case L3:
|
|
716
719
|
d(
|
|
717
720
|
I.payload.eventType,
|
|
718
721
|
I.payload.key,
|
|
719
722
|
I.payload.callback
|
|
720
723
|
);
|
|
721
724
|
break;
|
|
722
|
-
case
|
|
725
|
+
case B3:
|
|
723
726
|
_(
|
|
724
727
|
I.payload.eventType,
|
|
725
728
|
I.payload.key
|
|
726
729
|
);
|
|
727
730
|
break;
|
|
728
|
-
case
|
|
731
|
+
case O3:
|
|
729
732
|
A(v.getState);
|
|
730
733
|
break;
|
|
731
734
|
default:
|
|
@@ -752,13 +755,13 @@ const g3 = {}, O1 = v1({
|
|
|
752
755
|
console.error("WebSocket middleware: Error handling action", S);
|
|
753
756
|
}), j;
|
|
754
757
|
};
|
|
755
|
-
}, Oe =
|
|
758
|
+
}, Oe = C2({
|
|
756
759
|
appConfig: be,
|
|
757
760
|
runtimeConfig: Te,
|
|
758
|
-
rooms:
|
|
761
|
+
rooms: $e,
|
|
759
762
|
devices: Ie,
|
|
760
763
|
ui: Ce
|
|
761
|
-
}), We =
|
|
764
|
+
}), We = j2({
|
|
762
765
|
reducer: Oe,
|
|
763
766
|
middleware: (e) => e({
|
|
764
767
|
serializableCheck: {
|
|
@@ -767,7 +770,7 @@ const g3 = {}, O1 = v1({
|
|
|
767
770
|
}
|
|
768
771
|
}).concat(Be())
|
|
769
772
|
}), f3 = M3.create();
|
|
770
|
-
function
|
|
773
|
+
function kt() {
|
|
771
774
|
const e = k1();
|
|
772
775
|
return async () => {
|
|
773
776
|
try {
|
|
@@ -779,7 +782,7 @@ function Wt() {
|
|
|
779
782
|
);
|
|
780
783
|
if (s.status == 200 && s.data) {
|
|
781
784
|
const r = s.data.apiPath;
|
|
782
|
-
e(
|
|
785
|
+
e(E3.setAppConfig(s.data));
|
|
783
786
|
const l = await f3.get(
|
|
784
787
|
`${r}/version`
|
|
785
788
|
);
|
|
@@ -801,10 +804,10 @@ var M1 = { exports: {} }, i1 = {};
|
|
|
801
804
|
* This source code is licensed under the MIT license found in the
|
|
802
805
|
* LICENSE file in the root directory of this source tree.
|
|
803
806
|
*/
|
|
804
|
-
var
|
|
807
|
+
var m3;
|
|
805
808
|
function ke() {
|
|
806
|
-
if (
|
|
807
|
-
|
|
809
|
+
if (m3) return i1;
|
|
810
|
+
m3 = 1;
|
|
808
811
|
var e = x3, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, l = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
809
812
|
function i(h, u, f) {
|
|
810
813
|
var d, _ = {}, A = null, v = null;
|
|
@@ -825,9 +828,9 @@ var a1 = {};
|
|
|
825
828
|
* This source code is licensed under the MIT license found in the
|
|
826
829
|
* LICENSE file in the root directory of this source tree.
|
|
827
830
|
*/
|
|
828
|
-
var
|
|
831
|
+
var w3;
|
|
829
832
|
function Ve() {
|
|
830
|
-
return
|
|
833
|
+
return w3 || (w3 = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
831
834
|
var e = x3, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), h = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), _ = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), v = Symbol.for("react.offscreen"), C = Symbol.iterator, b = "@@iterator";
|
|
832
835
|
function j(c) {
|
|
833
836
|
if (c === null || typeof c != "object")
|
|
@@ -845,29 +848,29 @@ function Ve() {
|
|
|
845
848
|
}
|
|
846
849
|
function W(c, a, g) {
|
|
847
850
|
{
|
|
848
|
-
var M = I.ReactDebugCurrentFrame,
|
|
849
|
-
|
|
851
|
+
var M = I.ReactDebugCurrentFrame, $ = M.getStackAddendum();
|
|
852
|
+
$ !== "" && (a += "%s", g = g.concat([$]));
|
|
850
853
|
var E = g.map(function(R) {
|
|
851
854
|
return String(R);
|
|
852
855
|
});
|
|
853
856
|
E.unshift("Warning: " + a), Function.prototype.apply.call(console[c], console, E);
|
|
854
857
|
}
|
|
855
858
|
}
|
|
856
|
-
var o1 = !1, K = !1,
|
|
859
|
+
var o1 = !1, K = !1, V = !1, T = !1, J = !1, s1;
|
|
857
860
|
s1 = Symbol.for("react.module.reference");
|
|
858
861
|
function b1(c) {
|
|
859
|
-
return !!(typeof c == "string" || typeof c == "function" || c === s || c === l || J || c === r || c === f || c === d || T || c === v || o1 || K ||
|
|
862
|
+
return !!(typeof c == "string" || typeof c == "function" || c === s || c === l || J || c === r || c === f || c === d || T || c === v || o1 || K || V || typeof c == "object" && c !== null && (c.$$typeof === A || c.$$typeof === _ || c.$$typeof === i || c.$$typeof === h || c.$$typeof === u || // This needs to include all possible module reference object
|
|
860
863
|
// types supported by any Flight configuration anywhere since
|
|
861
864
|
// we don't know which Flight build this will end up being used
|
|
862
865
|
// with.
|
|
863
866
|
c.$$typeof === s1 || c.getModuleId !== void 0));
|
|
864
867
|
}
|
|
865
|
-
function
|
|
868
|
+
function F3(c, a, g) {
|
|
866
869
|
var M = c.displayName;
|
|
867
870
|
if (M)
|
|
868
871
|
return M;
|
|
869
|
-
var
|
|
870
|
-
return
|
|
872
|
+
var $ = a.displayName || a.name || "";
|
|
873
|
+
return $ !== "" ? g + "(" + $ + ")" : g;
|
|
871
874
|
}
|
|
872
875
|
function H1(c) {
|
|
873
876
|
return c.displayName || "Context";
|
|
@@ -902,12 +905,12 @@ function Ve() {
|
|
|
902
905
|
var g = c;
|
|
903
906
|
return H1(g._context) + ".Provider";
|
|
904
907
|
case u:
|
|
905
|
-
return
|
|
908
|
+
return F3(c, c.render, "ForwardRef");
|
|
906
909
|
case _:
|
|
907
910
|
var M = c.displayName || null;
|
|
908
911
|
return M !== null ? M : X(c.type) || "Memo";
|
|
909
912
|
case A: {
|
|
910
|
-
var
|
|
913
|
+
var $ = c, E = $._payload, R = $._init;
|
|
911
914
|
try {
|
|
912
915
|
return X(R(E));
|
|
913
916
|
} catch {
|
|
@@ -921,7 +924,7 @@ function Ve() {
|
|
|
921
924
|
function J1() {
|
|
922
925
|
}
|
|
923
926
|
J1.__reactDisabledLog = !0;
|
|
924
|
-
function
|
|
927
|
+
function U3() {
|
|
925
928
|
{
|
|
926
929
|
if (c1 === 0) {
|
|
927
930
|
F1 = console.log, U1 = console.info, K1 = console.warn, q1 = console.error, G1 = console.group, z1 = console.groupCollapsed, Y1 = console.groupEnd;
|
|
@@ -944,7 +947,7 @@ function Ve() {
|
|
|
944
947
|
c1++;
|
|
945
948
|
}
|
|
946
949
|
}
|
|
947
|
-
function
|
|
950
|
+
function K3() {
|
|
948
951
|
{
|
|
949
952
|
if (c1--, c1 === 0) {
|
|
950
953
|
var c = {
|
|
@@ -985,8 +988,8 @@ function Ve() {
|
|
|
985
988
|
if (y1 === void 0)
|
|
986
989
|
try {
|
|
987
990
|
throw Error();
|
|
988
|
-
} catch (
|
|
989
|
-
var M =
|
|
991
|
+
} catch ($) {
|
|
992
|
+
var M = $.stack.trim().match(/\n( *(at )?)/);
|
|
990
993
|
y1 = M && M[1] || "";
|
|
991
994
|
}
|
|
992
995
|
return `
|
|
@@ -995,8 +998,8 @@ function Ve() {
|
|
|
995
998
|
}
|
|
996
999
|
var R1 = !1, g1;
|
|
997
1000
|
{
|
|
998
|
-
var
|
|
999
|
-
g1 = new
|
|
1001
|
+
var q3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1002
|
+
g1 = new q3();
|
|
1000
1003
|
}
|
|
1001
1004
|
function X1(c, a) {
|
|
1002
1005
|
if (!c || R1)
|
|
@@ -1008,10 +1011,10 @@ function Ve() {
|
|
|
1008
1011
|
}
|
|
1009
1012
|
var M;
|
|
1010
1013
|
R1 = !0;
|
|
1011
|
-
var
|
|
1014
|
+
var $ = Error.prepareStackTrace;
|
|
1012
1015
|
Error.prepareStackTrace = void 0;
|
|
1013
1016
|
var E;
|
|
1014
|
-
E = I1.current, I1.current = null,
|
|
1017
|
+
E = I1.current, I1.current = null, U3();
|
|
1015
1018
|
try {
|
|
1016
1019
|
if (a) {
|
|
1017
1020
|
var R = function() {
|
|
@@ -1047,14 +1050,14 @@ function Ve() {
|
|
|
1047
1050
|
} catch (F) {
|
|
1048
1051
|
if (F && M && typeof F.stack == "string") {
|
|
1049
1052
|
for (var y = F.stack.split(`
|
|
1050
|
-
`),
|
|
1051
|
-
`), L = y.length - 1, B =
|
|
1053
|
+
`), H = M.stack.split(`
|
|
1054
|
+
`), L = y.length - 1, B = H.length - 1; L >= 1 && B >= 0 && y[L] !== H[B]; )
|
|
1052
1055
|
B--;
|
|
1053
1056
|
for (; L >= 1 && B >= 0; L--, B--)
|
|
1054
|
-
if (y[L] !==
|
|
1057
|
+
if (y[L] !== H[B]) {
|
|
1055
1058
|
if (L !== 1 || B !== 1)
|
|
1056
1059
|
do
|
|
1057
|
-
if (L--, B--, B < 0 || y[L] !==
|
|
1060
|
+
if (L--, B--, B < 0 || y[L] !== H[B]) {
|
|
1058
1061
|
var q = `
|
|
1059
1062
|
` + y[L].replace(" at new ", " at ");
|
|
1060
1063
|
return c.displayName && q.includes("<anonymous>") && (q = q.replace("<anonymous>", c.displayName)), typeof c == "function" && g1.set(c, q), q;
|
|
@@ -1064,15 +1067,15 @@ function Ve() {
|
|
|
1064
1067
|
}
|
|
1065
1068
|
}
|
|
1066
1069
|
} finally {
|
|
1067
|
-
R1 = !1, I1.current = E,
|
|
1070
|
+
R1 = !1, I1.current = E, K3(), Error.prepareStackTrace = $;
|
|
1068
1071
|
}
|
|
1069
1072
|
var n1 = c ? c.displayName || c.name : "", N = n1 ? h1(n1) : "";
|
|
1070
1073
|
return typeof c == "function" && g1.set(c, N), N;
|
|
1071
1074
|
}
|
|
1072
|
-
function
|
|
1075
|
+
function G3(c, a, g) {
|
|
1073
1076
|
return X1(c, !1);
|
|
1074
1077
|
}
|
|
1075
|
-
function
|
|
1078
|
+
function z3(c) {
|
|
1076
1079
|
var a = c.prototype;
|
|
1077
1080
|
return !!(a && a.isReactComponent);
|
|
1078
1081
|
}
|
|
@@ -1080,7 +1083,7 @@ function Ve() {
|
|
|
1080
1083
|
if (c == null)
|
|
1081
1084
|
return "";
|
|
1082
1085
|
if (typeof c == "function")
|
|
1083
|
-
return X1(c,
|
|
1086
|
+
return X1(c, z3(c));
|
|
1084
1087
|
if (typeof c == "string")
|
|
1085
1088
|
return h1(c);
|
|
1086
1089
|
switch (c) {
|
|
@@ -1092,13 +1095,13 @@ function Ve() {
|
|
|
1092
1095
|
if (typeof c == "object")
|
|
1093
1096
|
switch (c.$$typeof) {
|
|
1094
1097
|
case u:
|
|
1095
|
-
return
|
|
1098
|
+
return G3(c.render);
|
|
1096
1099
|
case _:
|
|
1097
1100
|
return f1(c.type, a, g);
|
|
1098
1101
|
case A: {
|
|
1099
|
-
var M = c,
|
|
1102
|
+
var M = c, $ = M._payload, E = M._init;
|
|
1100
1103
|
try {
|
|
1101
|
-
return f1(E(
|
|
1104
|
+
return f1(E($), a, g);
|
|
1102
1105
|
} catch {
|
|
1103
1106
|
}
|
|
1104
1107
|
}
|
|
@@ -1106,14 +1109,14 @@ function Ve() {
|
|
|
1106
1109
|
return "";
|
|
1107
1110
|
}
|
|
1108
1111
|
var r1 = Object.prototype.hasOwnProperty, Q1 = {}, N1 = I.ReactDebugCurrentFrame;
|
|
1109
|
-
function
|
|
1112
|
+
function m1(c) {
|
|
1110
1113
|
if (c) {
|
|
1111
1114
|
var a = c._owner, g = f1(c.type, c._source, a ? a.type : null);
|
|
1112
1115
|
N1.setExtraStackFrame(g);
|
|
1113
1116
|
} else
|
|
1114
1117
|
N1.setExtraStackFrame(null);
|
|
1115
1118
|
}
|
|
1116
|
-
function
|
|
1119
|
+
function Y3(c, a, g, M, $) {
|
|
1117
1120
|
{
|
|
1118
1121
|
var E = Function.call.bind(r1);
|
|
1119
1122
|
for (var R in c)
|
|
@@ -1121,28 +1124,28 @@ function Ve() {
|
|
|
1121
1124
|
var y = void 0;
|
|
1122
1125
|
try {
|
|
1123
1126
|
if (typeof c[R] != "function") {
|
|
1124
|
-
var
|
|
1125
|
-
throw
|
|
1127
|
+
var H = Error((M || "React class") + ": " + g + " type `" + R + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof c[R] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1128
|
+
throw H.name = "Invariant Violation", H;
|
|
1126
1129
|
}
|
|
1127
1130
|
y = c[R](a, R, M, g, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1128
1131
|
} catch (L) {
|
|
1129
1132
|
y = L;
|
|
1130
1133
|
}
|
|
1131
|
-
y && !(y instanceof Error) && (
|
|
1134
|
+
y && !(y instanceof Error) && (m1($), S("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", M || "React class", g, R, typeof y), m1(null)), y instanceof Error && !(y.message in Q1) && (Q1[y.message] = !0, m1($), S("Failed %s type: %s", g, y.message), m1(null));
|
|
1132
1135
|
}
|
|
1133
1136
|
}
|
|
1134
1137
|
}
|
|
1135
|
-
var
|
|
1136
|
-
function
|
|
1137
|
-
return
|
|
1138
|
+
var J3 = Array.isArray;
|
|
1139
|
+
function P1(c) {
|
|
1140
|
+
return J3(c);
|
|
1138
1141
|
}
|
|
1139
|
-
function
|
|
1142
|
+
function X3(c) {
|
|
1140
1143
|
{
|
|
1141
1144
|
var a = typeof Symbol == "function" && Symbol.toStringTag, g = a && c[Symbol.toStringTag] || c.constructor.name || "Object";
|
|
1142
1145
|
return g;
|
|
1143
1146
|
}
|
|
1144
1147
|
}
|
|
1145
|
-
function
|
|
1148
|
+
function Q3(c) {
|
|
1146
1149
|
try {
|
|
1147
1150
|
return e3(c), !1;
|
|
1148
1151
|
} catch {
|
|
@@ -1153,16 +1156,16 @@ function Ve() {
|
|
|
1153
1156
|
return "" + c;
|
|
1154
1157
|
}
|
|
1155
1158
|
function t3(c) {
|
|
1156
|
-
if (
|
|
1157
|
-
return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
1159
|
+
if (Q3(c))
|
|
1160
|
+
return S("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", X3(c)), e3(c);
|
|
1158
1161
|
}
|
|
1159
|
-
var n3 = I.ReactCurrentOwner,
|
|
1162
|
+
var n3 = I.ReactCurrentOwner, N3 = {
|
|
1160
1163
|
key: !0,
|
|
1161
1164
|
ref: !0,
|
|
1162
1165
|
__self: !0,
|
|
1163
1166
|
__source: !0
|
|
1164
1167
|
}, o3, s3;
|
|
1165
|
-
function
|
|
1168
|
+
function e2(c) {
|
|
1166
1169
|
if (r1.call(c, "ref")) {
|
|
1167
1170
|
var a = Object.getOwnPropertyDescriptor(c, "ref").get;
|
|
1168
1171
|
if (a && a.isReactWarning)
|
|
@@ -1170,7 +1173,7 @@ function Ve() {
|
|
|
1170
1173
|
}
|
|
1171
1174
|
return c.ref !== void 0;
|
|
1172
1175
|
}
|
|
1173
|
-
function
|
|
1176
|
+
function t2(c) {
|
|
1174
1177
|
if (r1.call(c, "key")) {
|
|
1175
1178
|
var a = Object.getOwnPropertyDescriptor(c, "key").get;
|
|
1176
1179
|
if (a && a.isReactWarning)
|
|
@@ -1178,10 +1181,10 @@ function Ve() {
|
|
|
1178
1181
|
}
|
|
1179
1182
|
return c.key !== void 0;
|
|
1180
1183
|
}
|
|
1181
|
-
function
|
|
1184
|
+
function n2(c, a) {
|
|
1182
1185
|
typeof c.ref == "string" && n3.current;
|
|
1183
1186
|
}
|
|
1184
|
-
function
|
|
1187
|
+
function o2(c, a) {
|
|
1185
1188
|
{
|
|
1186
1189
|
var g = function() {
|
|
1187
1190
|
o3 || (o3 = !0, S("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", a));
|
|
@@ -1192,7 +1195,7 @@ function Ve() {
|
|
|
1192
1195
|
});
|
|
1193
1196
|
}
|
|
1194
1197
|
}
|
|
1195
|
-
function
|
|
1198
|
+
function s2(c, a) {
|
|
1196
1199
|
{
|
|
1197
1200
|
var g = function() {
|
|
1198
1201
|
s3 || (s3 = !0, S("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", a));
|
|
@@ -1203,7 +1206,7 @@ function Ve() {
|
|
|
1203
1206
|
});
|
|
1204
1207
|
}
|
|
1205
1208
|
}
|
|
1206
|
-
var
|
|
1209
|
+
var c2 = function(c, a, g, M, $, E, R) {
|
|
1207
1210
|
var y = {
|
|
1208
1211
|
// This tag allows us to uniquely identify this as a React Element
|
|
1209
1212
|
$$typeof: t,
|
|
@@ -1229,28 +1232,28 @@ function Ve() {
|
|
|
1229
1232
|
configurable: !1,
|
|
1230
1233
|
enumerable: !1,
|
|
1231
1234
|
writable: !1,
|
|
1232
|
-
value:
|
|
1235
|
+
value: $
|
|
1233
1236
|
}), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
|
|
1234
1237
|
};
|
|
1235
|
-
function
|
|
1238
|
+
function r2(c, a, g, M, $) {
|
|
1236
1239
|
{
|
|
1237
|
-
var E, R = {}, y = null,
|
|
1238
|
-
g !== void 0 && (t3(g), y = "" + g),
|
|
1240
|
+
var E, R = {}, y = null, H = null;
|
|
1241
|
+
g !== void 0 && (t3(g), y = "" + g), t2(a) && (t3(a.key), y = "" + a.key), e2(a) && (H = a.ref, n2(a, $));
|
|
1239
1242
|
for (E in a)
|
|
1240
|
-
r1.call(a, E) && !
|
|
1243
|
+
r1.call(a, E) && !N3.hasOwnProperty(E) && (R[E] = a[E]);
|
|
1241
1244
|
if (c && c.defaultProps) {
|
|
1242
1245
|
var L = c.defaultProps;
|
|
1243
1246
|
for (E in L)
|
|
1244
1247
|
R[E] === void 0 && (R[E] = L[E]);
|
|
1245
1248
|
}
|
|
1246
|
-
if (y ||
|
|
1249
|
+
if (y || H) {
|
|
1247
1250
|
var B = typeof c == "function" ? c.displayName || c.name || "Unknown" : c;
|
|
1248
|
-
y &&
|
|
1251
|
+
y && o2(R, B), H && s2(R, B);
|
|
1249
1252
|
}
|
|
1250
|
-
return
|
|
1253
|
+
return c2(c, y, H, $, M, n3.current, R);
|
|
1251
1254
|
}
|
|
1252
1255
|
}
|
|
1253
|
-
var
|
|
1256
|
+
var $1 = I.ReactCurrentOwner, c3 = I.ReactDebugCurrentFrame;
|
|
1254
1257
|
function t1(c) {
|
|
1255
1258
|
if (c) {
|
|
1256
1259
|
var a = c._owner, g = f1(c.type, c._source, a ? a.type : null);
|
|
@@ -1265,8 +1268,8 @@ function Ve() {
|
|
|
1265
1268
|
}
|
|
1266
1269
|
function r3() {
|
|
1267
1270
|
{
|
|
1268
|
-
if (
|
|
1269
|
-
var c = X(
|
|
1271
|
+
if ($1.current) {
|
|
1272
|
+
var c = X($1.current.type);
|
|
1270
1273
|
if (c)
|
|
1271
1274
|
return `
|
|
1272
1275
|
|
|
@@ -1275,11 +1278,11 @@ Check the render method of \`` + c + "`.";
|
|
|
1275
1278
|
return "";
|
|
1276
1279
|
}
|
|
1277
1280
|
}
|
|
1278
|
-
function
|
|
1281
|
+
function l2(c) {
|
|
1279
1282
|
return "";
|
|
1280
1283
|
}
|
|
1281
1284
|
var l3 = {};
|
|
1282
|
-
function
|
|
1285
|
+
function i2(c) {
|
|
1283
1286
|
{
|
|
1284
1287
|
var a = r3();
|
|
1285
1288
|
if (!a) {
|
|
@@ -1296,19 +1299,19 @@ Check the top-level render call using <` + g + ">.");
|
|
|
1296
1299
|
if (!c._store || c._store.validated || c.key != null)
|
|
1297
1300
|
return;
|
|
1298
1301
|
c._store.validated = !0;
|
|
1299
|
-
var g =
|
|
1302
|
+
var g = i2(a);
|
|
1300
1303
|
if (l3[g])
|
|
1301
1304
|
return;
|
|
1302
1305
|
l3[g] = !0;
|
|
1303
1306
|
var M = "";
|
|
1304
|
-
c && c._owner && c._owner !==
|
|
1307
|
+
c && c._owner && c._owner !== $1.current && (M = " It was passed a child from " + X(c._owner.type) + "."), t1(c), S('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', g, M), t1(null);
|
|
1305
1308
|
}
|
|
1306
1309
|
}
|
|
1307
1310
|
function a3(c, a) {
|
|
1308
1311
|
{
|
|
1309
1312
|
if (typeof c != "object")
|
|
1310
1313
|
return;
|
|
1311
|
-
if (
|
|
1314
|
+
if (P1(c))
|
|
1312
1315
|
for (var g = 0; g < c.length; g++) {
|
|
1313
1316
|
var M = c[g];
|
|
1314
1317
|
T1(M) && i3(M, a);
|
|
@@ -1316,14 +1319,14 @@ Check the top-level render call using <` + g + ">.");
|
|
|
1316
1319
|
else if (T1(c))
|
|
1317
1320
|
c._store && (c._store.validated = !0);
|
|
1318
1321
|
else if (c) {
|
|
1319
|
-
var
|
|
1320
|
-
if (typeof
|
|
1321
|
-
for (var E =
|
|
1322
|
+
var $ = j(c);
|
|
1323
|
+
if (typeof $ == "function" && $ !== c.entries)
|
|
1324
|
+
for (var E = $.call(c), R; !(R = E.next()).done; )
|
|
1322
1325
|
T1(R.value) && i3(R.value, a);
|
|
1323
1326
|
}
|
|
1324
1327
|
}
|
|
1325
1328
|
}
|
|
1326
|
-
function
|
|
1329
|
+
function a2(c) {
|
|
1327
1330
|
{
|
|
1328
1331
|
var a = c.type;
|
|
1329
1332
|
if (a == null || typeof a == "string")
|
|
@@ -1339,16 +1342,16 @@ Check the top-level render call using <` + g + ">.");
|
|
|
1339
1342
|
return;
|
|
1340
1343
|
if (g) {
|
|
1341
1344
|
var M = X(a);
|
|
1342
|
-
|
|
1345
|
+
Y3(g, c.props, "prop", M, c);
|
|
1343
1346
|
} else if (a.PropTypes !== void 0 && !E1) {
|
|
1344
1347
|
E1 = !0;
|
|
1345
|
-
var
|
|
1346
|
-
S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
1348
|
+
var $ = X(a);
|
|
1349
|
+
S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", $ || "Unknown");
|
|
1347
1350
|
}
|
|
1348
1351
|
typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && S("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1349
1352
|
}
|
|
1350
1353
|
}
|
|
1351
|
-
function
|
|
1354
|
+
function u2(c) {
|
|
1352
1355
|
{
|
|
1353
1356
|
for (var a = Object.keys(c.props), g = 0; g < a.length; g++) {
|
|
1354
1357
|
var M = a[g];
|
|
@@ -1361,25 +1364,25 @@ Check the top-level render call using <` + g + ">.");
|
|
|
1361
1364
|
}
|
|
1362
1365
|
}
|
|
1363
1366
|
var u3 = {};
|
|
1364
|
-
function d3(c, a, g, M,
|
|
1367
|
+
function d3(c, a, g, M, $, E) {
|
|
1365
1368
|
{
|
|
1366
1369
|
var R = b1(c);
|
|
1367
1370
|
if (!R) {
|
|
1368
1371
|
var y = "";
|
|
1369
1372
|
(c === void 0 || typeof c == "object" && c !== null && Object.keys(c).length === 0) && (y += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1370
|
-
var
|
|
1371
|
-
|
|
1373
|
+
var H = l2();
|
|
1374
|
+
H ? y += H : y += r3();
|
|
1372
1375
|
var L;
|
|
1373
|
-
c === null ? L = "null" :
|
|
1376
|
+
c === null ? L = "null" : P1(c) ? L = "array" : c !== void 0 && c.$$typeof === t ? (L = "<" + (X(c.type) || "Unknown") + " />", y = " Did you accidentally export a JSX literal instead of a component?") : L = typeof c, S("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", L, y);
|
|
1374
1377
|
}
|
|
1375
|
-
var B =
|
|
1378
|
+
var B = r2(c, a, g, $, E);
|
|
1376
1379
|
if (B == null)
|
|
1377
1380
|
return B;
|
|
1378
1381
|
if (R) {
|
|
1379
1382
|
var q = a.children;
|
|
1380
1383
|
if (q !== void 0)
|
|
1381
1384
|
if (M)
|
|
1382
|
-
if (
|
|
1385
|
+
if (P1(q)) {
|
|
1383
1386
|
for (var n1 = 0; n1 < q.length; n1++)
|
|
1384
1387
|
a3(q[n1], c);
|
|
1385
1388
|
Object.freeze && Object.freeze(q);
|
|
@@ -1389,30 +1392,30 @@ Check the top-level render call using <` + g + ">.");
|
|
|
1389
1392
|
a3(q, c);
|
|
1390
1393
|
}
|
|
1391
1394
|
if (r1.call(a, "key")) {
|
|
1392
|
-
var N = X(c), F = Object.keys(a).filter(function(
|
|
1393
|
-
return
|
|
1395
|
+
var N = X(c), F = Object.keys(a).filter(function(m2) {
|
|
1396
|
+
return m2 !== "key";
|
|
1394
1397
|
}), D1 = F.length > 0 ? "{key: someKey, " + F.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1395
1398
|
if (!u3[N + D1]) {
|
|
1396
|
-
var
|
|
1399
|
+
var f2 = F.length > 0 ? "{" + F.join(": ..., ") + ": ...}" : "{}";
|
|
1397
1400
|
S(`A props object containing a "key" prop is being spread into JSX:
|
|
1398
1401
|
let props = %s;
|
|
1399
1402
|
<%s {...props} />
|
|
1400
1403
|
React keys must be passed directly to JSX without using spread:
|
|
1401
1404
|
let props = %s;
|
|
1402
|
-
<%s key={someKey} {...props} />`, D1, N,
|
|
1405
|
+
<%s key={someKey} {...props} />`, D1, N, f2, N), u3[N + D1] = !0;
|
|
1403
1406
|
}
|
|
1404
1407
|
}
|
|
1405
|
-
return c === s ?
|
|
1408
|
+
return c === s ? u2(B) : a2(B), B;
|
|
1406
1409
|
}
|
|
1407
1410
|
}
|
|
1408
|
-
function
|
|
1411
|
+
function d2(c, a, g) {
|
|
1409
1412
|
return d3(c, a, g, !0);
|
|
1410
1413
|
}
|
|
1411
|
-
function
|
|
1414
|
+
function v2(c, a, g) {
|
|
1412
1415
|
return d3(c, a, g, !1);
|
|
1413
1416
|
}
|
|
1414
|
-
var
|
|
1415
|
-
a1.Fragment = s, a1.jsx =
|
|
1417
|
+
var h2 = v2, g2 = d2;
|
|
1418
|
+
a1.Fragment = s, a1.jsx = h2, a1.jsxs = g2;
|
|
1416
1419
|
})()), a1;
|
|
1417
1420
|
}
|
|
1418
1421
|
var p3;
|
|
@@ -1423,7 +1426,7 @@ var o = He();
|
|
|
1423
1426
|
const Fe = "_mwfit_ppa3l_1", Ue = {
|
|
1424
1427
|
mwfit: Fe
|
|
1425
1428
|
}, Ke = () => {
|
|
1426
|
-
const { reconnect: e } =
|
|
1429
|
+
const { reconnect: e } = w(), t = y3(), n = Me(), s = xe();
|
|
1427
1430
|
return /* @__PURE__ */ o.jsxs("div", { className: "vh-100 d-flex flex-column flex-grow-1 justify-content-center align-items-center gap-5 ", children: [
|
|
1428
1431
|
/* @__PURE__ */ o.jsxs("div", { className: `${Ue.mwfit} mx-auto text-center`, children: [
|
|
1429
1432
|
t === void 0 ? /* @__PURE__ */ o.jsx("h2", { children: "Connecting..." }) : /* @__PURE__ */ o.jsx("h2", { children: "Disconnected" }),
|
|
@@ -1431,7 +1434,7 @@ const Fe = "_mwfit_ppa3l_1", Ue = {
|
|
|
1431
1434
|
] }),
|
|
1432
1435
|
s && /* @__PURE__ */ o.jsx("button", { className: "btn btn-secondary btn-lg", onPointerDown: e, children: "Reconnect" })
|
|
1433
1436
|
] });
|
|
1434
|
-
},
|
|
1437
|
+
}, k3 = b2({
|
|
1435
1438
|
sendMessage: () => null,
|
|
1436
1439
|
sendSimpleMessage: () => null,
|
|
1437
1440
|
addEventHandler: () => null,
|
|
@@ -1440,7 +1443,7 @@ const Fe = "_mwfit_ppa3l_1", Ue = {
|
|
|
1440
1443
|
}), qe = ({ children: e }) => {
|
|
1441
1444
|
const t = k1(), n = y3();
|
|
1442
1445
|
S1(() => {
|
|
1443
|
-
t(
|
|
1446
|
+
t(W3());
|
|
1444
1447
|
}, [t]);
|
|
1445
1448
|
const s = l1(
|
|
1446
1449
|
(u, f) => {
|
|
@@ -1466,7 +1469,7 @@ const Fe = "_mwfit_ppa3l_1", Ue = {
|
|
|
1466
1469
|
t(Le());
|
|
1467
1470
|
}, [t]);
|
|
1468
1471
|
return /* @__PURE__ */ o.jsx(
|
|
1469
|
-
|
|
1472
|
+
k3.Provider,
|
|
1470
1473
|
{
|
|
1471
1474
|
value: {
|
|
1472
1475
|
sendMessage: s,
|
|
@@ -1478,9 +1481,9 @@ const Fe = "_mwfit_ppa3l_1", Ue = {
|
|
|
1478
1481
|
children: n ? e : /* @__PURE__ */ o.jsx(Ke, {})
|
|
1479
1482
|
}
|
|
1480
1483
|
);
|
|
1481
|
-
},
|
|
1482
|
-
function
|
|
1483
|
-
return
|
|
1484
|
+
}, Vt = ({ children: e }) => /* @__PURE__ */ o.jsx(Z2, { store: We, children: /* @__PURE__ */ o.jsx(qe, { children: e }) });
|
|
1485
|
+
function w() {
|
|
1486
|
+
return I2(k3);
|
|
1484
1487
|
}
|
|
1485
1488
|
function Ge({
|
|
1486
1489
|
onPress: e,
|
|
@@ -1507,8 +1510,8 @@ function Ge({
|
|
|
1507
1510
|
onPointerLeave: d
|
|
1508
1511
|
};
|
|
1509
1512
|
}
|
|
1510
|
-
function
|
|
1511
|
-
const { sendMessage: s } =
|
|
1513
|
+
function m(e, t) {
|
|
1514
|
+
const { sendMessage: s } = w(), r = d1(null);
|
|
1512
1515
|
function l() {
|
|
1513
1516
|
s(`${e}/${t}`, { value: "pressed" }), r.current || (r.current = setInterval(() => {
|
|
1514
1517
|
s(`${e}/${t}`, { value: "held" });
|
|
@@ -1520,23 +1523,23 @@ function w(e, t) {
|
|
|
1520
1523
|
return Ge({ onPress: l, onRelease: i });
|
|
1521
1524
|
}
|
|
1522
1525
|
function j1(e) {
|
|
1523
|
-
const { sendMessage: t } =
|
|
1526
|
+
const { sendMessage: t } = w(), n = m(`${e}`, "volumeUp"), s = m(`${e}`, "volumeDown");
|
|
1524
1527
|
return D(() => ({
|
|
1525
1528
|
volumeUp: n,
|
|
1526
1529
|
volumeDown: s,
|
|
1527
1530
|
muteToggle: () => t(`${e}/muteToggle`, null)
|
|
1528
1531
|
}), [e, t, n, s]);
|
|
1529
1532
|
}
|
|
1530
|
-
function
|
|
1531
|
-
const { sendMessage: t } =
|
|
1533
|
+
function Ht(e) {
|
|
1534
|
+
const { sendMessage: t } = w(), n = m(`${e}`, "volumeUp"), s = m(`${e}`, "volumeDown");
|
|
1532
1535
|
return D(() => ({
|
|
1533
1536
|
volumeUp: n,
|
|
1534
1537
|
volumeDown: s,
|
|
1535
1538
|
muteToggle: () => t(`${e}/muteToggle`, null)
|
|
1536
1539
|
}), [e, t, n, s]);
|
|
1537
1540
|
}
|
|
1538
|
-
function
|
|
1539
|
-
const { sendMessage: n, sendSimpleMessage: s } =
|
|
1541
|
+
function V3(e, t) {
|
|
1542
|
+
const { sendMessage: n, sendSimpleMessage: s } = w(), r = j1(e);
|
|
1540
1543
|
return D(() => {
|
|
1541
1544
|
if (!r) {
|
|
1542
1545
|
console.log("baseVolume is undefined");
|
|
@@ -1555,8 +1558,8 @@ function k3(e, t) {
|
|
|
1555
1558
|
};
|
|
1556
1559
|
}, [r, t, e, n, s]);
|
|
1557
1560
|
}
|
|
1558
|
-
function
|
|
1559
|
-
const { sendMessage: n, sendSimpleMessage: s } =
|
|
1561
|
+
function Ft(e, t) {
|
|
1562
|
+
const { sendMessage: n, sendSimpleMessage: s } = w(), r = j1(e);
|
|
1560
1563
|
return D(() => !r || !t ? void 0 : {
|
|
1561
1564
|
...r,
|
|
1562
1565
|
volumeState: t,
|
|
@@ -1570,11 +1573,11 @@ function ze(e) {
|
|
|
1570
1573
|
if (t)
|
|
1571
1574
|
return t.volume;
|
|
1572
1575
|
}, [t]);
|
|
1573
|
-
return
|
|
1576
|
+
return V3(n, s);
|
|
1574
1577
|
}
|
|
1575
|
-
function
|
|
1578
|
+
function H3(e) {
|
|
1576
1579
|
var i;
|
|
1577
|
-
const { sendMessage: t } =
|
|
1580
|
+
const { sendMessage: t } = w(), n = (i = Z(e)) == null ? void 0 : i.powerState;
|
|
1578
1581
|
return { powerOn: () => {
|
|
1579
1582
|
t(`/device/${e}/powerOn`, null);
|
|
1580
1583
|
}, powerOff: () => {
|
|
@@ -1584,13 +1587,13 @@ function V3(e) {
|
|
|
1584
1587
|
}, powerState: n };
|
|
1585
1588
|
}
|
|
1586
1589
|
function W1(e) {
|
|
1587
|
-
const { sendMessage: t } =
|
|
1590
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1588
1591
|
return console.log("deviceState", n), n ? { itemsState: n, selectItem: (r) => {
|
|
1589
1592
|
t(`/device/${e}/${r}`, null);
|
|
1590
1593
|
} } : void 0;
|
|
1591
1594
|
}
|
|
1592
1595
|
function Ye(e) {
|
|
1593
|
-
const { sendMessage: t } =
|
|
1596
|
+
const { sendMessage: t } = w(), n = Z(e), s = () => {
|
|
1594
1597
|
t(`/device/${e}/setDefaultChannelLevels`, null);
|
|
1595
1598
|
}, r = () => {
|
|
1596
1599
|
if ((n == null ? void 0 : n.levelControls) === void 0) return;
|
|
@@ -1600,8 +1603,8 @@ function Ye(e) {
|
|
|
1600
1603
|
};
|
|
1601
1604
|
return n ? { levelControls: n.levelControls, setDefaultChannelLevels: s, getFullStatus: r } : void 0;
|
|
1602
1605
|
}
|
|
1603
|
-
function
|
|
1604
|
-
const t = Z(e), n =
|
|
1606
|
+
function Ut(e) {
|
|
1607
|
+
const t = Z(e), n = H3(e), s = W1(e), r = W1(e), l = ze(e), i = Ye(e);
|
|
1605
1608
|
if (t)
|
|
1606
1609
|
return {
|
|
1607
1610
|
avrState: t,
|
|
@@ -1612,8 +1615,8 @@ function Ft(e) {
|
|
|
1612
1615
|
mainVolumeControl: l
|
|
1613
1616
|
};
|
|
1614
1617
|
}
|
|
1615
|
-
function
|
|
1616
|
-
const { sendMessage: t } =
|
|
1618
|
+
function Kt(e) {
|
|
1619
|
+
const { sendMessage: t } = w(), n = `/device/${e}`, s = Z(e), r = m(n, "cameraUp"), l = m(n, "cameraDown"), i = m(n, "cameraLeft"), h = m(n, "cameraRight"), u = m(n, "cameraZoomIn"), f = m(n, "cameraZoomOut"), d = (_) => t("/camera/recallPreset", _);
|
|
1617
1620
|
if (s)
|
|
1618
1621
|
return {
|
|
1619
1622
|
state: s,
|
|
@@ -1626,7 +1629,7 @@ function Ut(e) {
|
|
|
1626
1629
|
recallPreset: d
|
|
1627
1630
|
};
|
|
1628
1631
|
}
|
|
1629
|
-
const
|
|
1632
|
+
const qt = ({ className: e }) => {
|
|
1630
1633
|
const [t, n] = Y();
|
|
1631
1634
|
return S1(() => {
|
|
1632
1635
|
setInterval(() => {
|
|
@@ -1638,28 +1641,28 @@ const Kt = ({ className: e }) => {
|
|
|
1638
1641
|
" new change"
|
|
1639
1642
|
] });
|
|
1640
1643
|
};
|
|
1641
|
-
function
|
|
1642
|
-
const { sendMessage: t } =
|
|
1644
|
+
function Gt(e) {
|
|
1645
|
+
const { sendMessage: t } = w(), n = Z(e), s = `/device/${e}`;
|
|
1643
1646
|
return n ? { state: n, recallPreset: (i, h) => {
|
|
1644
1647
|
t(`${s}/presets/recall`, { deviceKey: i, preset: h });
|
|
1645
1648
|
}, savePresets: (i) => {
|
|
1646
1649
|
t(`${s}/presets/save`, i);
|
|
1647
1650
|
} } : void 0;
|
|
1648
1651
|
}
|
|
1649
|
-
function
|
|
1652
|
+
function zt(e) {
|
|
1650
1653
|
const t = Z(e);
|
|
1651
1654
|
if (t)
|
|
1652
1655
|
return { endpointState: t };
|
|
1653
1656
|
}
|
|
1654
|
-
function
|
|
1657
|
+
function Yt(e) {
|
|
1655
1658
|
const t = Z(e);
|
|
1656
1659
|
if (t)
|
|
1657
1660
|
return {
|
|
1658
1661
|
state: t
|
|
1659
1662
|
};
|
|
1660
1663
|
}
|
|
1661
|
-
function
|
|
1662
|
-
const { sendMessage: t } =
|
|
1664
|
+
function Jt(e) {
|
|
1665
|
+
const { sendMessage: t } = w(), n = Z(e), s = D(() => {
|
|
1663
1666
|
const r = `/device/${e}`;
|
|
1664
1667
|
return { setEntry: (h, u, f) => t(`${r}/setEntry`, { index: h, name: u, number: f }), dialEntry: (h) => t(`${r}/dialEntry`, { value: h }) };
|
|
1665
1668
|
}, [e, t]);
|
|
@@ -1669,35 +1672,35 @@ function Yt(e) {
|
|
|
1669
1672
|
...s
|
|
1670
1673
|
};
|
|
1671
1674
|
}
|
|
1672
|
-
function
|
|
1673
|
-
const t = `/device/${e}`, n =
|
|
1675
|
+
function Xt(e) {
|
|
1676
|
+
const t = `/device/${e}`, n = m(t, "chanUp"), s = m(t, "chanDown"), r = m(t, "lastChan"), l = m(t, "guide"), i = m(t, "info"), h = m(t, "exit");
|
|
1674
1677
|
return { channelUp: n, channelDown: s, lastChannel: r, guide: l, info: i, exit: h };
|
|
1675
1678
|
}
|
|
1676
|
-
function
|
|
1677
|
-
const t = `/device/${e}`, n =
|
|
1679
|
+
function Qt(e) {
|
|
1680
|
+
const t = `/device/${e}`, n = m(t, "red"), s = m(t, "green"), r = m(t, "yellow"), l = m(t, "blue");
|
|
1678
1681
|
return { red: n, green: s, yellow: r, blue: l };
|
|
1679
1682
|
}
|
|
1680
|
-
function
|
|
1683
|
+
function Nt(e) {
|
|
1681
1684
|
const t = Z(e);
|
|
1682
1685
|
if (t)
|
|
1683
1686
|
return {
|
|
1684
1687
|
communicationMonitorState: t
|
|
1685
1688
|
};
|
|
1686
1689
|
}
|
|
1687
|
-
function
|
|
1690
|
+
function e6(e) {
|
|
1688
1691
|
const t = Z(e);
|
|
1689
1692
|
if (t)
|
|
1690
1693
|
return {
|
|
1691
1694
|
currentSourcesState: t
|
|
1692
1695
|
};
|
|
1693
1696
|
}
|
|
1694
|
-
function
|
|
1697
|
+
function t6(e) {
|
|
1695
1698
|
const t = Z(e);
|
|
1696
1699
|
if (t)
|
|
1697
1700
|
return t.deviceInfo || void 0;
|
|
1698
1701
|
}
|
|
1699
|
-
function
|
|
1700
|
-
const { sendMessage: t } =
|
|
1702
|
+
function n6(e) {
|
|
1703
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1701
1704
|
return D(() => {
|
|
1702
1705
|
if (!n) return;
|
|
1703
1706
|
const s = `/device/${e}`;
|
|
@@ -1712,12 +1715,12 @@ function t6(e) {
|
|
|
1712
1715
|
};
|
|
1713
1716
|
}, [e, t, n]);
|
|
1714
1717
|
}
|
|
1715
|
-
function
|
|
1716
|
-
const t = `/device/${e}`, n =
|
|
1718
|
+
function o6(e) {
|
|
1719
|
+
const t = `/device/${e}`, n = m(t, "up"), s = m(t, "down"), r = m(t, "left"), l = m(t, "right"), i = m(t, "select"), h = m(t, "menu"), u = m(t, "exit");
|
|
1717
1720
|
return { up: n, down: s, left: r, right: l, select: i, menu: h, exit: u };
|
|
1718
1721
|
}
|
|
1719
|
-
function
|
|
1720
|
-
const { sendMessage: t } =
|
|
1722
|
+
function s6(e) {
|
|
1723
|
+
const { sendMessage: t } = w();
|
|
1721
1724
|
return { recallPreset: (s) => {
|
|
1722
1725
|
t(
|
|
1723
1726
|
`/device/${e}/recallPreset`,
|
|
@@ -1725,12 +1728,12 @@ function o6(e) {
|
|
|
1725
1728
|
);
|
|
1726
1729
|
} };
|
|
1727
1730
|
}
|
|
1728
|
-
function
|
|
1729
|
-
const t = `/device/${e}`, n =
|
|
1731
|
+
function c6(e) {
|
|
1732
|
+
const t = `/device/${e}`, n = m(t, "dvrList"), s = m(t, "record");
|
|
1730
1733
|
return { dvrList: n, record: s };
|
|
1731
1734
|
}
|
|
1732
|
-
function
|
|
1733
|
-
const { sendMessage: t } =
|
|
1735
|
+
function r6(e) {
|
|
1736
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1734
1737
|
return n ? { roomCombinerState: n, setAutoMode: () => {
|
|
1735
1738
|
t(`/device/${e}/setAutoMode`, null);
|
|
1736
1739
|
}, setManualMode: () => {
|
|
@@ -1743,8 +1746,8 @@ function c6(e) {
|
|
|
1743
1746
|
t(`/device/${e}/setRoomCombinationScenario`, u);
|
|
1744
1747
|
} } : void 0;
|
|
1745
1748
|
}
|
|
1746
|
-
function
|
|
1747
|
-
const { sendMessage: t } =
|
|
1749
|
+
function l6(e) {
|
|
1750
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1748
1751
|
return D(() => {
|
|
1749
1752
|
if (!n) return;
|
|
1750
1753
|
const s = `/device/${e}`;
|
|
@@ -1756,9 +1759,9 @@ function r6(e) {
|
|
|
1756
1759
|
};
|
|
1757
1760
|
}, [e, t, n]);
|
|
1758
1761
|
}
|
|
1759
|
-
function
|
|
1762
|
+
function i6(e) {
|
|
1760
1763
|
var i;
|
|
1761
|
-
const { sendMessage: t } =
|
|
1764
|
+
const { sendMessage: t } = w(), n = (i = Z(e)) == null ? void 0 : i.cameraIsMuted, s = () => {
|
|
1762
1765
|
t(`/device/${e}/cameraMuteOn`, null);
|
|
1763
1766
|
}, r = () => {
|
|
1764
1767
|
t(`/device/${e}/cameraMuteOff`, null);
|
|
@@ -1768,9 +1771,9 @@ function l6(e) {
|
|
|
1768
1771
|
if (n)
|
|
1769
1772
|
return { cameraMuteOn: s, cameraMuteOff: r, cameraMuteToggle: l, cameraIsMuted: n };
|
|
1770
1773
|
}
|
|
1771
|
-
function
|
|
1774
|
+
function a6(e) {
|
|
1772
1775
|
var l;
|
|
1773
|
-
const { sendMessage: t } =
|
|
1776
|
+
const { sendMessage: t } = w(), n = (l = Z(e)) == null ? void 0 : l.presets, s = (i) => {
|
|
1774
1777
|
t(`/device/${e}/recallPreset`, i);
|
|
1775
1778
|
}, r = (i) => {
|
|
1776
1779
|
t(`/device/${e}/savePreset`, i);
|
|
@@ -1778,8 +1781,8 @@ function i6(e) {
|
|
|
1778
1781
|
if (n)
|
|
1779
1782
|
return { recallPreset: s, savePreset: r, presets: n };
|
|
1780
1783
|
}
|
|
1781
|
-
function
|
|
1782
|
-
const { sendMessage: t } =
|
|
1784
|
+
function u6(e) {
|
|
1785
|
+
const { sendMessage: t } = w(), n = `/device/${e}`, s = Z(e);
|
|
1783
1786
|
return s ? {
|
|
1784
1787
|
state: s,
|
|
1785
1788
|
selectCamera: (l) => {
|
|
@@ -1787,8 +1790,8 @@ function a6(e) {
|
|
|
1787
1790
|
}
|
|
1788
1791
|
} : void 0;
|
|
1789
1792
|
}
|
|
1790
|
-
function
|
|
1791
|
-
const { sendMessage: t } =
|
|
1793
|
+
function d6(e) {
|
|
1794
|
+
const { sendMessage: t } = w();
|
|
1792
1795
|
return D(() => {
|
|
1793
1796
|
const n = `/device/${e}`;
|
|
1794
1797
|
return {
|
|
@@ -1797,8 +1800,8 @@ function u6(e) {
|
|
|
1797
1800
|
};
|
|
1798
1801
|
}, [e, t]);
|
|
1799
1802
|
}
|
|
1800
|
-
function
|
|
1801
|
-
const { sendMessage: t } =
|
|
1803
|
+
function v6(e) {
|
|
1804
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1802
1805
|
return D(() => n ? {
|
|
1803
1806
|
state: n,
|
|
1804
1807
|
dial: (u) => t(`/device/${e}/dial`, { value: u }),
|
|
@@ -1808,8 +1811,8 @@ function d6(e) {
|
|
|
1808
1811
|
rejectCall: (u) => t(`/device/${e}/rejectCall`, u)
|
|
1809
1812
|
} : void 0, [e, t, n]);
|
|
1810
1813
|
}
|
|
1811
|
-
function
|
|
1812
|
-
const { sendMessage: t } =
|
|
1814
|
+
function h6(e) {
|
|
1815
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1813
1816
|
return D(() => {
|
|
1814
1817
|
if (!n) return;
|
|
1815
1818
|
const s = `/device/${e}`;
|
|
@@ -1822,8 +1825,8 @@ function v6(e) {
|
|
|
1822
1825
|
};
|
|
1823
1826
|
}, [e, t, n]);
|
|
1824
1827
|
}
|
|
1825
|
-
function
|
|
1826
|
-
const { sendMessage: t } =
|
|
1828
|
+
function g6(e) {
|
|
1829
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1827
1830
|
return D(() => {
|
|
1828
1831
|
if (!n) return;
|
|
1829
1832
|
const s = `/device/${e}`;
|
|
@@ -1835,8 +1838,8 @@ function h6(e) {
|
|
|
1835
1838
|
};
|
|
1836
1839
|
}, [e, t, n]);
|
|
1837
1840
|
}
|
|
1838
|
-
function
|
|
1839
|
-
const { sendMessage: t } =
|
|
1841
|
+
function f6(e) {
|
|
1842
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1840
1843
|
return D(() => {
|
|
1841
1844
|
if (!n) return;
|
|
1842
1845
|
const s = `/device/${e}`;
|
|
@@ -1849,8 +1852,8 @@ function g6(e) {
|
|
|
1849
1852
|
};
|
|
1850
1853
|
}, [e, t, n]);
|
|
1851
1854
|
}
|
|
1852
|
-
function
|
|
1853
|
-
const { sendMessage: t } =
|
|
1855
|
+
function m6(e) {
|
|
1856
|
+
const { sendMessage: t } = w();
|
|
1854
1857
|
return D(() => {
|
|
1855
1858
|
const n = `/device/${e}`;
|
|
1856
1859
|
return {
|
|
@@ -1861,7 +1864,7 @@ function f6(e) {
|
|
|
1861
1864
|
}, [e, t]);
|
|
1862
1865
|
}
|
|
1863
1866
|
function w6(e) {
|
|
1864
|
-
const { sendMessage: t } =
|
|
1867
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1865
1868
|
return D(() => {
|
|
1866
1869
|
if (!n) return;
|
|
1867
1870
|
const s = `/device/${e}`;
|
|
@@ -1873,8 +1876,8 @@ function w6(e) {
|
|
|
1873
1876
|
};
|
|
1874
1877
|
}, [e, t, n]);
|
|
1875
1878
|
}
|
|
1876
|
-
function
|
|
1877
|
-
const { sendMessage: t } =
|
|
1879
|
+
function p6(e) {
|
|
1880
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1878
1881
|
return D(() => {
|
|
1879
1882
|
if (!n) return;
|
|
1880
1883
|
const s = `/device/${e}`;
|
|
@@ -1889,8 +1892,8 @@ function m6(e) {
|
|
|
1889
1892
|
};
|
|
1890
1893
|
}, [e, t, n]);
|
|
1891
1894
|
}
|
|
1892
|
-
function
|
|
1893
|
-
const { sendMessage: t } =
|
|
1895
|
+
function M6(e) {
|
|
1896
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1894
1897
|
return D(() => {
|
|
1895
1898
|
if (!n) return;
|
|
1896
1899
|
const s = `/device/${e}`;
|
|
@@ -1902,8 +1905,8 @@ function p6(e) {
|
|
|
1902
1905
|
};
|
|
1903
1906
|
}, [e, t, n]);
|
|
1904
1907
|
}
|
|
1905
|
-
function
|
|
1906
|
-
const { sendMessage: t } =
|
|
1908
|
+
function x6(e) {
|
|
1909
|
+
const { sendMessage: t } = w();
|
|
1907
1910
|
return D(() => {
|
|
1908
1911
|
const n = `/device/${e}`;
|
|
1909
1912
|
return {
|
|
@@ -1912,8 +1915,8 @@ function M6(e) {
|
|
|
1912
1915
|
};
|
|
1913
1916
|
}, [e, t]);
|
|
1914
1917
|
}
|
|
1915
|
-
function
|
|
1916
|
-
const { sendMessage: t } =
|
|
1918
|
+
function S6(e) {
|
|
1919
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1917
1920
|
return D(() => {
|
|
1918
1921
|
if (!n) return;
|
|
1919
1922
|
const s = `/device/${e}`;
|
|
@@ -1924,8 +1927,8 @@ function x6(e) {
|
|
|
1924
1927
|
};
|
|
1925
1928
|
}, [e, t, n]);
|
|
1926
1929
|
}
|
|
1927
|
-
function
|
|
1928
|
-
const { sendMessage: t } =
|
|
1930
|
+
function Z6(e) {
|
|
1931
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1929
1932
|
return D(() => {
|
|
1930
1933
|
if (!n) return;
|
|
1931
1934
|
const s = `/device/${e}`;
|
|
@@ -1936,8 +1939,8 @@ function S6(e) {
|
|
|
1936
1939
|
};
|
|
1937
1940
|
}, [e, t, n]);
|
|
1938
1941
|
}
|
|
1939
|
-
function
|
|
1940
|
-
const { sendMessage: t } =
|
|
1942
|
+
function C6(e) {
|
|
1943
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1941
1944
|
return D(() => {
|
|
1942
1945
|
if (!n) return;
|
|
1943
1946
|
const s = `/device/${e}`;
|
|
@@ -1950,8 +1953,8 @@ function Z6(e) {
|
|
|
1950
1953
|
};
|
|
1951
1954
|
}, [e, t, n]);
|
|
1952
1955
|
}
|
|
1953
|
-
function
|
|
1954
|
-
const { sendMessage: t, sendSimpleMessage: n } =
|
|
1956
|
+
function j6(e) {
|
|
1957
|
+
const { sendMessage: t, sendSimpleMessage: n } = w(), s = Z(e), r = oe(e), l = s || r;
|
|
1955
1958
|
return l ? {
|
|
1956
1959
|
levelState: l,
|
|
1957
1960
|
setLevel: (d, _) => n(`${d}/level`, _),
|
|
@@ -1960,26 +1963,26 @@ function C6(e) {
|
|
|
1960
1963
|
muteOff: (d) => t(`${d}/muteOff`, null)
|
|
1961
1964
|
} : void 0;
|
|
1962
1965
|
}
|
|
1963
|
-
function
|
|
1964
|
-
const { sendMessage: t } =
|
|
1966
|
+
function b6(e) {
|
|
1967
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1965
1968
|
return n ? { lightingState: n, selectScene: (r) => {
|
|
1966
1969
|
t(`/device/${e}/selectScene`, r);
|
|
1967
1970
|
} } : void 0;
|
|
1968
1971
|
}
|
|
1969
|
-
function
|
|
1970
|
-
const { sendMessage: t } =
|
|
1972
|
+
function I6(e) {
|
|
1973
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
1971
1974
|
return n ? { matrixRoutingState: n, setRoute: (r) => {
|
|
1972
1975
|
t(`/device/${e}/route`, r);
|
|
1973
1976
|
} } : void 0;
|
|
1974
1977
|
}
|
|
1975
|
-
function
|
|
1976
|
-
const { sendMessage: t } =
|
|
1978
|
+
function y6(e) {
|
|
1979
|
+
const { sendMessage: t } = w();
|
|
1977
1980
|
return { closeApp: () => {
|
|
1978
1981
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1979
1982
|
} };
|
|
1980
1983
|
}
|
|
1981
|
-
function
|
|
1982
|
-
const t = `/device/${e}`, n =
|
|
1984
|
+
function R6(e) {
|
|
1985
|
+
const t = `/device/${e}`, n = m(t, "num0"), s = m(t, "num1"), r = m(t, "num2"), l = m(t, "num3"), i = m(t, "num4"), h = m(t, "num5"), u = m(t, "num6"), f = m(t, "num7"), d = m(t, "num8"), _ = m(t, "num9"), A = m(t, "numDash"), v = m(t, "numEnter");
|
|
1983
1986
|
return {
|
|
1984
1987
|
digit0: n,
|
|
1985
1988
|
digit1: s,
|
|
@@ -1995,8 +1998,8 @@ function y6(e) {
|
|
|
1995
1998
|
keypadAccessoryButton2: v
|
|
1996
1999
|
};
|
|
1997
2000
|
}
|
|
1998
|
-
function
|
|
1999
|
-
const { sendMessage: t } =
|
|
2001
|
+
function P6(e) {
|
|
2002
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
2000
2003
|
return n ? { projectorScreenLiftControlState: n, raise: () => {
|
|
2001
2004
|
t(`/device/${e}/raise`, null);
|
|
2002
2005
|
}, lower: () => {
|
|
@@ -2004,35 +2007,35 @@ function R6(e) {
|
|
|
2004
2007
|
} } : void 0;
|
|
2005
2008
|
}
|
|
2006
2009
|
function $6(e) {
|
|
2007
|
-
const { sendMessage: t } =
|
|
2010
|
+
const { sendMessage: t } = w(), n = C1(e);
|
|
2008
2011
|
return n ? { roomEventScheduleState: n, save: (r) => {
|
|
2009
2012
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
2010
2013
|
} } : void 0;
|
|
2011
2014
|
}
|
|
2012
|
-
function
|
|
2013
|
-
const { sendMessage: t } =
|
|
2015
|
+
function E6(e) {
|
|
2016
|
+
const { sendMessage: t } = w();
|
|
2014
2017
|
return { runDefaultPresentRoute: () => {
|
|
2015
2018
|
t(`/room/${e}/defaultsource`, {});
|
|
2016
2019
|
} };
|
|
2017
2020
|
}
|
|
2018
|
-
function
|
|
2019
|
-
const { sendMessage: t } =
|
|
2021
|
+
function T6(e) {
|
|
2022
|
+
const { sendMessage: t } = w();
|
|
2020
2023
|
return { runDirectRoute: (s) => {
|
|
2021
2024
|
t(`/room/${e}/directRoute`, s);
|
|
2022
2025
|
} };
|
|
2023
2026
|
}
|
|
2024
|
-
function
|
|
2025
|
-
const { sendMessage: t } =
|
|
2027
|
+
function D6(e) {
|
|
2028
|
+
const { sendMessage: t } = w();
|
|
2026
2029
|
return { routingState: Z(e), runRoute: (r) => {
|
|
2027
2030
|
t(`/room/${e}/source`, r);
|
|
2028
2031
|
} };
|
|
2029
2032
|
}
|
|
2030
|
-
function
|
|
2031
|
-
const t = `/device/${e}`, n =
|
|
2033
|
+
function A6(e) {
|
|
2034
|
+
const t = `/device/${e}`, n = m(t, "chanUp"), s = m(t, "chanDown");
|
|
2032
2035
|
return { dvrList: n, replay: s };
|
|
2033
2036
|
}
|
|
2034
|
-
function
|
|
2035
|
-
const { sendMessage: t } =
|
|
2037
|
+
function _6(e) {
|
|
2038
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
2036
2039
|
return n ? { shadeState: n, shadeUp: () => {
|
|
2037
2040
|
t(`/device/${e}/shadeUp`, null);
|
|
2038
2041
|
}, shadeDown: () => {
|
|
@@ -2041,8 +2044,8 @@ function A6(e) {
|
|
|
2041
2044
|
t(`/device/${e}/stopOrPreset`, null);
|
|
2042
2045
|
} } : void 0;
|
|
2043
2046
|
}
|
|
2044
|
-
function
|
|
2045
|
-
const { sendMessage: t } =
|
|
2047
|
+
function L6(e) {
|
|
2048
|
+
const { sendMessage: t } = w(), n = C1(e);
|
|
2046
2049
|
return n ? { shutdownPromptTimerState: n, setShutdownPromptSeconds: (h) => {
|
|
2047
2050
|
t(`/room/${e}/setShutdownPromptSeconds`, h);
|
|
2048
2051
|
}, shutdownStart: () => {
|
|
@@ -2053,28 +2056,28 @@ function _6(e) {
|
|
|
2053
2056
|
t(`/room/${e}/shutdownCancel`, null);
|
|
2054
2057
|
} } : void 0;
|
|
2055
2058
|
}
|
|
2056
|
-
function
|
|
2057
|
-
const { sendMessage: t } =
|
|
2059
|
+
function B6(e) {
|
|
2060
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
2058
2061
|
return n ? { switchedOutputState: n, on: () => {
|
|
2059
2062
|
t(`/device/${e}/on`, null);
|
|
2060
2063
|
}, off: () => {
|
|
2061
2064
|
t(`/device/${e}/off`, null);
|
|
2062
2065
|
} } : void 0;
|
|
2063
2066
|
}
|
|
2064
|
-
function
|
|
2065
|
-
const { sendMessage: t } =
|
|
2067
|
+
function O6(e) {
|
|
2068
|
+
const { sendMessage: t } = w(), n = C1(e);
|
|
2066
2069
|
return n ? { techPasswordState: n, validatePassword: (l) => {
|
|
2067
2070
|
t(`/room/${e}/validateTechPassword`, { password: l });
|
|
2068
2071
|
}, setPassword: (l, i) => {
|
|
2069
2072
|
t(`/room/${e}/setTechPassword`, { oldPassword: l, newPassword: i });
|
|
2070
2073
|
} } : void 0;
|
|
2071
2074
|
}
|
|
2072
|
-
function
|
|
2073
|
-
const { sendMessage: t } =
|
|
2075
|
+
function W6(e) {
|
|
2076
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
2074
2077
|
return n ? { state: n, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
2075
2078
|
}
|
|
2076
|
-
function
|
|
2077
|
-
const { sendMessage: t } =
|
|
2079
|
+
function k6(e) {
|
|
2080
|
+
const { sendMessage: t } = w(), n = Z(e), s = (r) => {
|
|
2078
2081
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
2079
2082
|
};
|
|
2080
2083
|
return {
|
|
@@ -2082,8 +2085,8 @@ function W6(e) {
|
|
|
2082
2085
|
saveTheme: s
|
|
2083
2086
|
};
|
|
2084
2087
|
}
|
|
2085
|
-
function
|
|
2086
|
-
const t = `/device/${e}`, n =
|
|
2088
|
+
function V6(e) {
|
|
2089
|
+
const t = `/device/${e}`, n = m(t, "play"), s = m(t, "pause"), r = m(t, "stop"), l = m(t, "prevTrack"), i = m(t, "nextTrack"), h = m(t, "rewind"), u = m(t, "ffwd"), f = m(t, "record");
|
|
2087
2090
|
return {
|
|
2088
2091
|
play: n,
|
|
2089
2092
|
pause: s,
|
|
@@ -2095,15 +2098,15 @@ function k6(e) {
|
|
|
2095
2098
|
record: f
|
|
2096
2099
|
};
|
|
2097
2100
|
}
|
|
2098
|
-
function
|
|
2101
|
+
function H6(e) {
|
|
2099
2102
|
const t = Z(e);
|
|
2100
2103
|
return D(() => {
|
|
2101
2104
|
if (t)
|
|
2102
2105
|
return { state: t };
|
|
2103
2106
|
}, [t]);
|
|
2104
2107
|
}
|
|
2105
|
-
function
|
|
2106
|
-
const t = Z(e), { sendMessage: n } =
|
|
2108
|
+
function F6(e) {
|
|
2109
|
+
const t = Z(e), { sendMessage: n } = w();
|
|
2107
2110
|
return t ? {
|
|
2108
2111
|
touchpanelState: t,
|
|
2109
2112
|
appControl: { hideApp: () => {
|
|
@@ -2118,8 +2121,8 @@ function H6(e) {
|
|
|
2118
2121
|
} }
|
|
2119
2122
|
} : void 0;
|
|
2120
2123
|
}
|
|
2121
|
-
function
|
|
2122
|
-
const t = Z(e), n =
|
|
2124
|
+
function U6(e) {
|
|
2125
|
+
const t = Z(e), n = H3(e), s = W1(e);
|
|
2123
2126
|
if (!t) return;
|
|
2124
2127
|
const r = (t.powerState || t.isWarming) && !t.isCooling, l = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
2125
2128
|
return {
|
|
@@ -2129,8 +2132,8 @@ function F6(e) {
|
|
|
2129
2132
|
powerFb: { powerOnFb: r, powerOffFb: l }
|
|
2130
2133
|
};
|
|
2131
2134
|
}
|
|
2132
|
-
function
|
|
2133
|
-
const { sendMessage: t } =
|
|
2135
|
+
function K6(e) {
|
|
2136
|
+
const { sendMessage: t } = w(), n = Z(e);
|
|
2134
2137
|
return D(() => {
|
|
2135
2138
|
if (!n) return;
|
|
2136
2139
|
const s = `/device/${e}`;
|
|
@@ -2147,14 +2150,14 @@ function U6(e) {
|
|
|
2147
2150
|
};
|
|
2148
2151
|
}, [e, t, n]);
|
|
2149
2152
|
}
|
|
2150
|
-
function
|
|
2153
|
+
function q6(e) {
|
|
2151
2154
|
const t = `/device/${e}`;
|
|
2152
2155
|
return j1(t);
|
|
2153
2156
|
}
|
|
2154
|
-
const
|
|
2157
|
+
const G6 = ({
|
|
2155
2158
|
config: e
|
|
2156
2159
|
}, t = !0) => {
|
|
2157
|
-
const { sendMessage: n } =
|
|
2160
|
+
const { sendMessage: n } = w(), s = d1(!1), r = D(() => {
|
|
2158
2161
|
var i, h, u, f;
|
|
2159
2162
|
if (!e)
|
|
2160
2163
|
return;
|
|
@@ -2181,12 +2184,13 @@ const q6 = ({
|
|
|
2181
2184
|
return l;
|
|
2182
2185
|
}, [e]);
|
|
2183
2186
|
return S1(() => {
|
|
2184
|
-
!t || !r || r.size === 0 || s.current
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
+
if (!t || !r || r.size === 0 || s.current)
|
|
2188
|
+
return;
|
|
2189
|
+
const l = Array.from(r);
|
|
2190
|
+
console.log("requesting batch state for deviceKeys:", l), n("/system/batchDeviceFullStatus", { deviceKeys: l }), s.current = !0;
|
|
2187
2191
|
}, [r, t, n]), r;
|
|
2188
2192
|
};
|
|
2189
|
-
function
|
|
2193
|
+
function z6(e, t) {
|
|
2190
2194
|
const [n, s] = Y(!1), [r, l] = Y(!1);
|
|
2191
2195
|
return S3(() => {
|
|
2192
2196
|
const { current: i } = e, h = () => {
|
|
@@ -2196,15 +2200,15 @@ function G6(e, t) {
|
|
|
2196
2200
|
i && h();
|
|
2197
2201
|
}, [e, t]), { overflowHorizontal: n, overflowVertical: r };
|
|
2198
2202
|
}
|
|
2199
|
-
function
|
|
2203
|
+
function Y6(e, t) {
|
|
2200
2204
|
const n = `/room/${e}/volumes/${t}`;
|
|
2201
2205
|
return j1(n);
|
|
2202
2206
|
}
|
|
2203
|
-
function
|
|
2204
|
-
const n =
|
|
2205
|
-
return
|
|
2207
|
+
function J6(e, t) {
|
|
2208
|
+
const n = ne(e, t), s = `/room/${e}/volumes/${t}`;
|
|
2209
|
+
return V3(s, n);
|
|
2206
2210
|
}
|
|
2207
|
-
function
|
|
2211
|
+
function X6(e) {
|
|
2208
2212
|
var h, u;
|
|
2209
2213
|
const [t, n] = Y(((h = e == null ? void 0 : e.current) == null ? void 0 : h.scrollLeft) ?? 0), [s, r] = Y(((u = e == null ? void 0 : e.current) == null ? void 0 : u.scrollTop) ?? 0), l = (f) => {
|
|
2210
2214
|
const { current: d } = e;
|
|
@@ -2220,16 +2224,16 @@ function J6(e) {
|
|
|
2220
2224
|
f && d();
|
|
2221
2225
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: s, scrollHorizontal: l, scrollVertical: i };
|
|
2222
2226
|
}
|
|
2223
|
-
function
|
|
2227
|
+
function Q6(e) {
|
|
2224
2228
|
const t = k1();
|
|
2225
2229
|
return [() => {
|
|
2226
|
-
t(
|
|
2230
|
+
t(k.addSyncState(e));
|
|
2227
2231
|
}, () => {
|
|
2228
|
-
t(
|
|
2232
|
+
t(k.removeSyncState(e));
|
|
2229
2233
|
}, Se(e)];
|
|
2230
2234
|
}
|
|
2231
|
-
function
|
|
2232
|
-
const { sendMessage: e } =
|
|
2235
|
+
function N6() {
|
|
2236
|
+
const { sendMessage: e } = w();
|
|
2233
2237
|
return {
|
|
2234
2238
|
reboot: () => {
|
|
2235
2239
|
e("/system/reboot", null);
|
|
@@ -2239,7 +2243,7 @@ function Q6() {
|
|
|
2239
2243
|
}
|
|
2240
2244
|
};
|
|
2241
2245
|
}
|
|
2242
|
-
function
|
|
2246
|
+
function en() {
|
|
2243
2247
|
const [e, t] = Y(), [n, s] = Y();
|
|
2244
2248
|
function r() {
|
|
2245
2249
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
@@ -2254,10 +2258,10 @@ function N6() {
|
|
|
2254
2258
|
return () => clearInterval(l);
|
|
2255
2259
|
}, []), { date: e, time: n };
|
|
2256
2260
|
}
|
|
2257
|
-
const
|
|
2258
|
-
const [e, t] = Y(!1), n =
|
|
2261
|
+
const tn = () => {
|
|
2262
|
+
const [e, t] = Y(!1), n = y2(), s = R2();
|
|
2259
2263
|
let r;
|
|
2260
|
-
return
|
|
2264
|
+
return P2(s) ? r = s.statusText : s instanceof Error ? r = s.message : typeof s == "string" ? r = s : (console.error(s), r = "Unknown error"), /* @__PURE__ */ o.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
|
|
2261
2265
|
/* @__PURE__ */ o.jsx("div", { className: "m-2 p-2 bg-danger rounded d-flex align-items-center", children: /* @__PURE__ */ o.jsx("span", { className: "fs-5 text-white", children: "We are sorry. Something went wrong." }) }),
|
|
2262
2266
|
/* @__PURE__ */ o.jsx(
|
|
2263
2267
|
"button",
|
|
@@ -2326,7 +2330,7 @@ const en = () => {
|
|
|
2326
2330
|
]
|
|
2327
2331
|
}
|
|
2328
2332
|
);
|
|
2329
|
-
},
|
|
2333
|
+
}, P = ({
|
|
2330
2334
|
ActiveImage: e,
|
|
2331
2335
|
DisabledImage: t,
|
|
2332
2336
|
EnabledImage: n,
|
|
@@ -2337,7 +2341,7 @@ const en = () => {
|
|
|
2337
2341
|
className: t = "",
|
|
2338
2342
|
disabled: n
|
|
2339
2343
|
}) => /* @__PURE__ */ o.jsx(
|
|
2340
|
-
|
|
2344
|
+
P,
|
|
2341
2345
|
{
|
|
2342
2346
|
ActiveImage: /* @__PURE__ */ o.jsx(
|
|
2343
2347
|
"svg",
|
|
@@ -2389,7 +2393,7 @@ const en = () => {
|
|
|
2389
2393
|
className: t = "",
|
|
2390
2394
|
disabled: n
|
|
2391
2395
|
}) => /* @__PURE__ */ o.jsx(
|
|
2392
|
-
|
|
2396
|
+
P,
|
|
2393
2397
|
{
|
|
2394
2398
|
ActiveImage: (
|
|
2395
2399
|
/* icon-ban-active.svg */
|
|
@@ -2438,7 +2442,7 @@ const en = () => {
|
|
|
2438
2442
|
className: t = "",
|
|
2439
2443
|
disabled: n
|
|
2440
2444
|
}) => /* @__PURE__ */ o.jsx(
|
|
2441
|
-
|
|
2445
|
+
P,
|
|
2442
2446
|
{
|
|
2443
2447
|
ActiveImage: /* @__PURE__ */ o.jsx(
|
|
2444
2448
|
"svg",
|
|
@@ -2478,7 +2482,7 @@ const en = () => {
|
|
|
2478
2482
|
className: t = "",
|
|
2479
2483
|
disabled: n
|
|
2480
2484
|
}) => /* @__PURE__ */ o.jsx(
|
|
2481
|
-
|
|
2485
|
+
P,
|
|
2482
2486
|
{
|
|
2483
2487
|
ActiveImage: (
|
|
2484
2488
|
/* icon-check-active.svg */
|
|
@@ -2528,7 +2532,7 @@ const en = () => {
|
|
|
2528
2532
|
className: t = "",
|
|
2529
2533
|
disabled: n
|
|
2530
2534
|
}) => /* @__PURE__ */ o.jsx(
|
|
2531
|
-
|
|
2535
|
+
P,
|
|
2532
2536
|
{
|
|
2533
2537
|
ActiveImage: (
|
|
2534
2538
|
/* icon-controller-active.svg */
|
|
@@ -2595,7 +2599,7 @@ const en = () => {
|
|
|
2595
2599
|
className: t = "",
|
|
2596
2600
|
disabled: n
|
|
2597
2601
|
}) => /* @__PURE__ */ o.jsx(
|
|
2598
|
-
|
|
2602
|
+
P,
|
|
2599
2603
|
{
|
|
2600
2604
|
ActiveImage: (
|
|
2601
2605
|
/* icon-down-active.svg */
|
|
@@ -2644,7 +2648,7 @@ const en = () => {
|
|
|
2644
2648
|
className: t = "",
|
|
2645
2649
|
disabled: n
|
|
2646
2650
|
}) => /* @__PURE__ */ o.jsx(
|
|
2647
|
-
|
|
2651
|
+
P,
|
|
2648
2652
|
{
|
|
2649
2653
|
ActiveImage: (
|
|
2650
2654
|
/* icon-elipses-active.svg */
|
|
@@ -2693,7 +2697,7 @@ const en = () => {
|
|
|
2693
2697
|
className: t = "",
|
|
2694
2698
|
disabled: n
|
|
2695
2699
|
}) => /* @__PURE__ */ o.jsx(
|
|
2696
|
-
|
|
2700
|
+
P,
|
|
2697
2701
|
{
|
|
2698
2702
|
ActiveImage: (
|
|
2699
2703
|
/* icon-flag-active.svg */
|
|
@@ -2742,7 +2746,7 @@ const en = () => {
|
|
|
2742
2746
|
className: t = "",
|
|
2743
2747
|
disabled: n
|
|
2744
2748
|
}) => /* @__PURE__ */ o.jsx(
|
|
2745
|
-
|
|
2749
|
+
P,
|
|
2746
2750
|
{
|
|
2747
2751
|
ActiveImage: (
|
|
2748
2752
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-active.svg */
|
|
@@ -2791,7 +2795,7 @@ const en = () => {
|
|
|
2791
2795
|
className: t = "",
|
|
2792
2796
|
disabled: n
|
|
2793
2797
|
}) => /* @__PURE__ */ o.jsx(
|
|
2794
|
-
|
|
2798
|
+
P,
|
|
2795
2799
|
{
|
|
2796
2800
|
ActiveImage: (
|
|
2797
2801
|
/* icon-glass-active.svg */
|
|
@@ -2841,7 +2845,7 @@ const en = () => {
|
|
|
2841
2845
|
className: t = "",
|
|
2842
2846
|
disabled: n
|
|
2843
2847
|
}) => /* @__PURE__ */ o.jsx(
|
|
2844
|
-
|
|
2848
|
+
P,
|
|
2845
2849
|
{
|
|
2846
2850
|
ActiveImage: (
|
|
2847
2851
|
/* icon-hdmi-active.svg */
|
|
@@ -2908,7 +2912,7 @@ const en = () => {
|
|
|
2908
2912
|
className: t = "",
|
|
2909
2913
|
disabled: n
|
|
2910
2914
|
}) => /* @__PURE__ */ o.jsx(
|
|
2911
|
-
|
|
2915
|
+
P,
|
|
2912
2916
|
{
|
|
2913
2917
|
ActiveImage: (
|
|
2914
2918
|
/* icon-laptop-active.svg */
|
|
@@ -2957,7 +2961,7 @@ const en = () => {
|
|
|
2957
2961
|
className: t = "",
|
|
2958
2962
|
disabled: n
|
|
2959
2963
|
}) => /* @__PURE__ */ o.jsx(
|
|
2960
|
-
|
|
2964
|
+
P,
|
|
2961
2965
|
{
|
|
2962
2966
|
ActiveImage: (
|
|
2963
2967
|
/* icon-left-active.svg */
|
|
@@ -3006,7 +3010,7 @@ const en = () => {
|
|
|
3006
3010
|
className: t = "",
|
|
3007
3011
|
disabled: n
|
|
3008
3012
|
}) => /* @__PURE__ */ o.jsx(
|
|
3009
|
-
|
|
3013
|
+
P,
|
|
3010
3014
|
{
|
|
3011
3015
|
ActiveImage: (
|
|
3012
3016
|
/* icon-light-active.svg */
|
|
@@ -3055,7 +3059,7 @@ const en = () => {
|
|
|
3055
3059
|
className: t = "",
|
|
3056
3060
|
disabled: n
|
|
3057
3061
|
}) => /* @__PURE__ */ o.jsx(
|
|
3058
|
-
|
|
3062
|
+
P,
|
|
3059
3063
|
{
|
|
3060
3064
|
ActiveImage: (
|
|
3061
3065
|
/* icon-moon-active.svg */
|
|
@@ -3104,7 +3108,7 @@ const en = () => {
|
|
|
3104
3108
|
className: t = "",
|
|
3105
3109
|
disabled: n
|
|
3106
3110
|
}) => /* @__PURE__ */ o.jsx(
|
|
3107
|
-
|
|
3111
|
+
P,
|
|
3108
3112
|
{
|
|
3109
3113
|
ActiveImage: (
|
|
3110
3114
|
/* icon-playstation-active.svg */
|
|
@@ -3121,12 +3125,12 @@ const en = () => {
|
|
|
3121
3125
|
active: e,
|
|
3122
3126
|
disabled: n
|
|
3123
3127
|
}
|
|
3124
|
-
),
|
|
3128
|
+
), m8 = ({
|
|
3125
3129
|
active: e,
|
|
3126
3130
|
className: t = "",
|
|
3127
3131
|
disabled: n
|
|
3128
3132
|
}) => /* @__PURE__ */ o.jsx(
|
|
3129
|
-
|
|
3133
|
+
P,
|
|
3130
3134
|
{
|
|
3131
3135
|
ActiveImage: (
|
|
3132
3136
|
/* icon-podium-active.svg */
|
|
@@ -3170,12 +3174,12 @@ const en = () => {
|
|
|
3170
3174
|
active: e,
|
|
3171
3175
|
disabled: n
|
|
3172
3176
|
}
|
|
3173
|
-
),
|
|
3177
|
+
), w8 = ({
|
|
3174
3178
|
active: e,
|
|
3175
3179
|
className: t = "",
|
|
3176
3180
|
disabled: n
|
|
3177
3181
|
}) => /* @__PURE__ */ o.jsx(
|
|
3178
|
-
|
|
3182
|
+
P,
|
|
3179
3183
|
{
|
|
3180
3184
|
ActiveImage: (
|
|
3181
3185
|
/* icon-power-active.svg */
|
|
@@ -3224,7 +3228,7 @@ const en = () => {
|
|
|
3224
3228
|
className: t = "",
|
|
3225
3229
|
disabled: n
|
|
3226
3230
|
}) => /* @__PURE__ */ o.jsx(
|
|
3227
|
-
|
|
3231
|
+
P,
|
|
3228
3232
|
{
|
|
3229
3233
|
ActiveImage: (
|
|
3230
3234
|
/* icon-privacy-active.svg */
|
|
@@ -3273,7 +3277,7 @@ const en = () => {
|
|
|
3273
3277
|
className: t = "",
|
|
3274
3278
|
disabled: n
|
|
3275
3279
|
}) => /* @__PURE__ */ o.jsx(
|
|
3276
|
-
|
|
3280
|
+
P,
|
|
3277
3281
|
{
|
|
3278
3282
|
ActiveImage: (
|
|
3279
3283
|
/* icon-question-active.svg */
|
|
@@ -3322,7 +3326,7 @@ const en = () => {
|
|
|
3322
3326
|
className: t = "",
|
|
3323
3327
|
disabled: n
|
|
3324
3328
|
}) => /* @__PURE__ */ o.jsx(
|
|
3325
|
-
|
|
3329
|
+
P,
|
|
3326
3330
|
{
|
|
3327
3331
|
ActiveImage: (
|
|
3328
3332
|
/* icon-right-active.svg */
|
|
@@ -3372,7 +3376,7 @@ const en = () => {
|
|
|
3372
3376
|
className: t = "",
|
|
3373
3377
|
disabled: n
|
|
3374
3378
|
}) => /* @__PURE__ */ o.jsx(
|
|
3375
|
-
|
|
3379
|
+
P,
|
|
3376
3380
|
{
|
|
3377
3381
|
ActiveImage: (
|
|
3378
3382
|
/* icon-roomPC-active.svg */
|
|
@@ -3439,7 +3443,7 @@ const en = () => {
|
|
|
3439
3443
|
className: t = "",
|
|
3440
3444
|
disabled: n
|
|
3441
3445
|
}) => /* @__PURE__ */ o.jsx(
|
|
3442
|
-
|
|
3446
|
+
P,
|
|
3443
3447
|
{
|
|
3444
3448
|
ActiveImage: (
|
|
3445
3449
|
/* icon-shade-active.svg */
|
|
@@ -3488,7 +3492,7 @@ const en = () => {
|
|
|
3488
3492
|
className: t = "",
|
|
3489
3493
|
disabled: n
|
|
3490
3494
|
}) => /* @__PURE__ */ o.jsx(
|
|
3491
|
-
|
|
3495
|
+
P,
|
|
3492
3496
|
{
|
|
3493
3497
|
ActiveImage: (
|
|
3494
3498
|
/* icon-sun-active.svg */
|
|
@@ -3532,14 +3536,14 @@ const en = () => {
|
|
|
3532
3536
|
active: e,
|
|
3533
3537
|
disabled: n
|
|
3534
3538
|
}
|
|
3535
|
-
),
|
|
3539
|
+
), nn = ({
|
|
3536
3540
|
active: e,
|
|
3537
3541
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
3538
3542
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
3539
3543
|
className: t = "",
|
|
3540
3544
|
disabled: n
|
|
3541
3545
|
}) => /* @__PURE__ */ o.jsx(
|
|
3542
|
-
|
|
3546
|
+
P,
|
|
3543
3547
|
{
|
|
3544
3548
|
ActiveImage: void 0,
|
|
3545
3549
|
DisabledImage: void 0,
|
|
@@ -3552,7 +3556,7 @@ const en = () => {
|
|
|
3552
3556
|
className: t = "",
|
|
3553
3557
|
disabled: n
|
|
3554
3558
|
}) => /* @__PURE__ */ o.jsx(
|
|
3555
|
-
|
|
3559
|
+
P,
|
|
3556
3560
|
{
|
|
3557
3561
|
ActiveImage: (
|
|
3558
3562
|
/* icon-up-active.svg */
|
|
@@ -3601,7 +3605,7 @@ const en = () => {
|
|
|
3601
3605
|
className: t = "",
|
|
3602
3606
|
disabled: n
|
|
3603
3607
|
}) => /* @__PURE__ */ o.jsx(
|
|
3604
|
-
|
|
3608
|
+
P,
|
|
3605
3609
|
{
|
|
3606
3610
|
ActiveImage: (
|
|
3607
3611
|
/* icon-volDown-active.svg */
|
|
@@ -3650,7 +3654,7 @@ const en = () => {
|
|
|
3650
3654
|
className: t = "",
|
|
3651
3655
|
disabled: n
|
|
3652
3656
|
}) => /* @__PURE__ */ o.jsx(
|
|
3653
|
-
|
|
3657
|
+
P,
|
|
3654
3658
|
{
|
|
3655
3659
|
ActiveImage: (
|
|
3656
3660
|
/* icon-volMute-active.svg */
|
|
@@ -3699,7 +3703,7 @@ const en = () => {
|
|
|
3699
3703
|
className: t = "",
|
|
3700
3704
|
disabled: n
|
|
3701
3705
|
}) => /* @__PURE__ */ o.jsx(
|
|
3702
|
-
|
|
3706
|
+
P,
|
|
3703
3707
|
{
|
|
3704
3708
|
ActiveImage: (
|
|
3705
3709
|
/* icon-volUp-active.svg */
|
|
@@ -3748,7 +3752,7 @@ const en = () => {
|
|
|
3748
3752
|
className: t = "",
|
|
3749
3753
|
disabled: n
|
|
3750
3754
|
}) => /* @__PURE__ */ o.jsx(
|
|
3751
|
-
|
|
3755
|
+
P,
|
|
3752
3756
|
{
|
|
3753
3757
|
ActiveImage: (
|
|
3754
3758
|
/* icon-wireless-active.svg */
|
|
@@ -3792,12 +3796,12 @@ const en = () => {
|
|
|
3792
3796
|
active: e,
|
|
3793
3797
|
disabled: n
|
|
3794
3798
|
}
|
|
3795
|
-
),
|
|
3799
|
+
), P8 = ({
|
|
3796
3800
|
active: e,
|
|
3797
3801
|
className: t = "",
|
|
3798
3802
|
disabled: n
|
|
3799
3803
|
}) => /* @__PURE__ */ o.jsx(
|
|
3800
|
-
|
|
3804
|
+
P,
|
|
3801
3805
|
{
|
|
3802
3806
|
ActiveImage: (
|
|
3803
3807
|
/* icon-x-active.svg */
|
|
@@ -3841,12 +3845,12 @@ const en = () => {
|
|
|
3841
3845
|
active: e,
|
|
3842
3846
|
disabled: n
|
|
3843
3847
|
}
|
|
3844
|
-
),
|
|
3848
|
+
), $8 = ({
|
|
3845
3849
|
active: e,
|
|
3846
3850
|
className: t = "",
|
|
3847
3851
|
disabled: n
|
|
3848
3852
|
}) => /* @__PURE__ */ o.jsx(
|
|
3849
|
-
|
|
3853
|
+
P,
|
|
3850
3854
|
{
|
|
3851
3855
|
ActiveImage: (
|
|
3852
3856
|
/* icon-xbox-active.svg */
|
|
@@ -3895,7 +3899,7 @@ const en = () => {
|
|
|
3895
3899
|
className: t = "",
|
|
3896
3900
|
disabled: n
|
|
3897
3901
|
}) => /* @__PURE__ */ o.jsx(
|
|
3898
|
-
|
|
3902
|
+
P,
|
|
3899
3903
|
{
|
|
3900
3904
|
ActiveImage: (
|
|
3901
3905
|
/* icon-mic-active.svg */
|
|
@@ -3957,8 +3961,8 @@ const en = () => {
|
|
|
3957
3961
|
Mic: E8,
|
|
3958
3962
|
Moon: g8,
|
|
3959
3963
|
Playstation: f8,
|
|
3960
|
-
Podium:
|
|
3961
|
-
Power:
|
|
3964
|
+
Podium: m8,
|
|
3965
|
+
Power: w8,
|
|
3962
3966
|
Privacy: p8,
|
|
3963
3967
|
Question: M8,
|
|
3964
3968
|
RightArrow: x8,
|
|
@@ -3970,10 +3974,10 @@ const en = () => {
|
|
|
3970
3974
|
VolMute: I8,
|
|
3971
3975
|
VolUp: y8,
|
|
3972
3976
|
Wireless: R8,
|
|
3973
|
-
X:
|
|
3974
|
-
Xbox:
|
|
3977
|
+
X: P8,
|
|
3978
|
+
Xbox: $8
|
|
3975
3979
|
};
|
|
3976
|
-
function
|
|
3980
|
+
function on({
|
|
3977
3981
|
name: e,
|
|
3978
3982
|
iconsDictionary: t = T8,
|
|
3979
3983
|
...n
|
|
@@ -3987,7 +3991,7 @@ const D8 = "_grid_1cmpp_1", A8 = "_header_1cmpp_11", _8 = "_content_1cmpp_17", L
|
|
|
3987
3991
|
content: _8,
|
|
3988
3992
|
footer: L8,
|
|
3989
3993
|
volume: B8
|
|
3990
|
-
},
|
|
3994
|
+
}, sn = ({ header: e, footer: t, content: n, volume: s, showVolume: r }) => /* @__PURE__ */ o.jsxs("div", { className: u1.grid, children: [
|
|
3991
3995
|
/* @__PURE__ */ o.jsx("div", { className: u1.header, children: e }),
|
|
3992
3996
|
/* @__PURE__ */ o.jsx("div", { className: u1.content, children: n }),
|
|
3993
3997
|
r && /* @__PURE__ */ o.jsx("div", { className: u1.volume, children: s }),
|
|
@@ -3996,7 +4000,7 @@ const D8 = "_grid_1cmpp_1", A8 = "_header_1cmpp_11", _8 = "_content_1cmpp_17", L
|
|
|
3996
4000
|
grid: O8,
|
|
3997
4001
|
header: W8,
|
|
3998
4002
|
content: k8
|
|
3999
|
-
},
|
|
4003
|
+
}, cn = ({ className: e, header: t, content: n, leftNav: s }) => /* @__PURE__ */ o.jsxs("div", { className: `${e} ${x1.grid}`, children: [
|
|
4000
4004
|
/* @__PURE__ */ o.jsx("div", { className: x1.header, children: t }),
|
|
4001
4005
|
s && /* @__PURE__ */ o.jsx("div", { className: x1.leftNav, children: s }),
|
|
4002
4006
|
/* @__PURE__ */ o.jsx("div", { className: x1.content, children: n })
|
|
@@ -4004,33 +4008,33 @@ const D8 = "_grid_1cmpp_1", A8 = "_header_1cmpp_11", _8 = "_content_1cmpp_17", L
|
|
|
4004
4008
|
grid: V8,
|
|
4005
4009
|
header: H8,
|
|
4006
4010
|
content: F8
|
|
4007
|
-
},
|
|
4011
|
+
}, rn = ({ className: e, header: t, content: n }) => /* @__PURE__ */ o.jsxs("div", { className: `${e} ${L1.grid}`, children: [
|
|
4008
4012
|
/* @__PURE__ */ o.jsx("div", { className: L1.header, children: t }),
|
|
4009
4013
|
/* @__PURE__ */ o.jsx("div", { className: L1.content, children: n })
|
|
4010
4014
|
] });
|
|
4011
|
-
class
|
|
4015
|
+
class ln {
|
|
4012
4016
|
constructor() {
|
|
4013
4017
|
G(this, "currentShareText");
|
|
4014
4018
|
G(this, "enabled");
|
|
4015
4019
|
G(this, "isSharing");
|
|
4016
4020
|
}
|
|
4017
4021
|
}
|
|
4018
|
-
function
|
|
4022
|
+
function an() {
|
|
4019
4023
|
return console.log(location.pathname), location.pathname;
|
|
4020
4024
|
}
|
|
4021
4025
|
var U8 = /* @__PURE__ */ ((e) => (e[e.NotSet = 0] = "NotSet", e[e.Sunday = 1] = "Sunday", e[e.Monday = 2] = "Monday", e[e.Tuesday = 4] = "Tuesday", e[e.Wednesday = 8] = "Wednesday", e[e.Thursday = 16] = "Thursday", e[e.Friday = 32] = "Friday", e[e.Saturday = 64] = "Saturday", e))(U8 || {});
|
|
4022
|
-
class
|
|
4026
|
+
class un {
|
|
4023
4027
|
constructor(t, n) {
|
|
4024
4028
|
G(this, "path");
|
|
4025
4029
|
G(this, "handler");
|
|
4026
4030
|
this.path = t, this.handler = n;
|
|
4027
4031
|
}
|
|
4028
4032
|
}
|
|
4029
|
-
const
|
|
4033
|
+
const dn = "$off";
|
|
4030
4034
|
export {
|
|
4031
|
-
|
|
4035
|
+
qt as Clock,
|
|
4032
4036
|
U8 as DaysOfWeek,
|
|
4033
|
-
|
|
4037
|
+
tn as ErrorBox,
|
|
4034
4038
|
Ne as IconButton,
|
|
4035
4039
|
e8 as IconMultiAlert,
|
|
4036
4040
|
t8 as IconMultiBan,
|
|
@@ -4049,225 +4053,226 @@ export {
|
|
|
4049
4053
|
E8 as IconMultiMic,
|
|
4050
4054
|
g8 as IconMultiMoon,
|
|
4051
4055
|
f8 as IconMultiPlaystation,
|
|
4052
|
-
|
|
4053
|
-
|
|
4056
|
+
m8 as IconMultiPodium,
|
|
4057
|
+
w8 as IconMultiPower,
|
|
4054
4058
|
p8 as IconMultiPrivacy,
|
|
4055
4059
|
M8 as IconMultiQuestion,
|
|
4056
4060
|
x8 as IconMultiRightArrow,
|
|
4057
4061
|
S8 as IconMultiRoomPC,
|
|
4058
4062
|
Z8 as IconMultiShade,
|
|
4059
4063
|
C8 as IconMultiSun,
|
|
4060
|
-
|
|
4064
|
+
nn as IconMultiTemplate,
|
|
4061
4065
|
j8 as IconMultiUpArrow,
|
|
4062
4066
|
b8 as IconMultiVolDown,
|
|
4063
4067
|
I8 as IconMultiVolMute,
|
|
4064
4068
|
y8 as IconMultiVolUp,
|
|
4065
4069
|
R8 as IconMultiWireless,
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4070
|
+
P8 as IconMultiX,
|
|
4071
|
+
$8 as IconMultiXbox,
|
|
4072
|
+
sn as MainLayout,
|
|
4073
|
+
un as MessageHandler,
|
|
4074
|
+
Vt as MobileControlProvider,
|
|
4075
|
+
P as MultiStateIconContainer,
|
|
4076
|
+
on as NamedIconButton,
|
|
4077
|
+
ln as ShareState,
|
|
4078
|
+
cn as TechLayout,
|
|
4079
|
+
rn as TechPinLayout,
|
|
4080
|
+
L3 as WS_ADD_EVENT_HANDLER,
|
|
4081
|
+
D3 as WS_CONNECT,
|
|
4082
|
+
A3 as WS_DISCONNECT,
|
|
4083
|
+
O3 as WS_RECONNECT,
|
|
4084
|
+
B3 as WS_REMOVE_EVENT_HANDLER,
|
|
4085
|
+
_3 as WS_SEND_MESSAGE,
|
|
4086
|
+
k3 as WebsocketContext,
|
|
4087
|
+
E3 as appConfigActions,
|
|
4084
4088
|
Be as createWebSocketMiddleware,
|
|
4085
|
-
|
|
4086
|
-
|
|
4089
|
+
w1 as devicesActions,
|
|
4090
|
+
an as getBaseLocation,
|
|
4087
4091
|
f3 as httpClient,
|
|
4088
4092
|
T8 as iconsDictionary,
|
|
4089
|
-
|
|
4093
|
+
dn as roomOffSourceKey,
|
|
4090
4094
|
p1 as roomsActions,
|
|
4091
4095
|
U as runtimeConfigActions,
|
|
4092
4096
|
j3 as selectAllDevices,
|
|
4093
|
-
|
|
4097
|
+
E2 as selectApiPath,
|
|
4094
4098
|
$2 as selectAppConfig,
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4099
|
+
re as selectClientId,
|
|
4100
|
+
ge as selectCurrentPopoverIdForGroup,
|
|
4101
|
+
A2 as selectDeviceByKey,
|
|
4098
4102
|
b3 as selectDeviceInterfaceSupport,
|
|
4099
|
-
|
|
4100
|
-
|
|
4103
|
+
he as selectDeviceSupportsInterface,
|
|
4104
|
+
me as selectError,
|
|
4101
4105
|
I3 as selectInterfacesForDevice,
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4106
|
+
R3 as selectIsSyncStateValuePresent,
|
|
4107
|
+
ve as selectIsTouchpanel,
|
|
4108
|
+
T2 as selectLogoPath,
|
|
4105
4109
|
V1 as selectModalVisibility,
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4110
|
+
D2 as selectPartnerMetadata,
|
|
4111
|
+
Q2 as selectRoomAdvancedSharingActive,
|
|
4112
|
+
H2 as selectRoomAudioControlPointList,
|
|
4113
|
+
B2 as selectRoomByKey,
|
|
4114
|
+
G2 as selectRoomCodecContentDestinationKey,
|
|
4115
|
+
_2 as selectRoomConfiguration,
|
|
4116
|
+
U2 as selectRoomDestinationList,
|
|
4117
|
+
F2 as selectRoomDestinations,
|
|
4118
|
+
te as selectRoomDisplayStates,
|
|
4119
|
+
K2 as selectRoomEnvironmentalDevices,
|
|
4120
|
+
z2 as selectRoomInCall,
|
|
4121
|
+
J2 as selectRoomIsCoolingDown,
|
|
4122
|
+
X2 as selectRoomIsOn,
|
|
4123
|
+
Y2 as selectRoomIsWarmingUp,
|
|
4124
|
+
ce as selectRoomKey,
|
|
4125
|
+
k2 as selectRoomLevelControls,
|
|
4126
|
+
O2 as selectRoomName,
|
|
4127
|
+
q2 as selectRoomProgramAudioDestinationKey,
|
|
4128
|
+
N2 as selectRoomShareState,
|
|
4129
|
+
V2 as selectRoomSourceList,
|
|
4130
|
+
W2 as selectRoomVolume,
|
|
4131
|
+
L2 as selectRooms,
|
|
4132
|
+
ue as selectRuntimeInfo,
|
|
4133
|
+
ae as selectServerIsRunningOnProcessorHardware,
|
|
4134
|
+
fe as selectShowPopoverById,
|
|
4131
4135
|
we as selectShowReconnect,
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4136
|
+
le as selectSystemUuid,
|
|
4137
|
+
pe as selectTheme,
|
|
4138
|
+
de as selectTouchpanelKey,
|
|
4139
|
+
ie as selectUserCode,
|
|
4140
|
+
se as selectWsIsConnected,
|
|
4141
|
+
ee as selectZoomRoomControllerKey,
|
|
4138
4142
|
We as store,
|
|
4139
|
-
|
|
4143
|
+
k as uiActions,
|
|
4140
4144
|
Ce as uiReducer,
|
|
4141
4145
|
Q8 as useApiPath,
|
|
4142
4146
|
X8 as useAppConfig,
|
|
4143
4147
|
k1 as useAppDispatch,
|
|
4144
4148
|
p as useAppSelector,
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4149
|
+
Ut as useAvrControl,
|
|
4150
|
+
m as useButtonHeldHeartbeat,
|
|
4151
|
+
Kt as useCameraBase,
|
|
4148
4152
|
Zt as useClientId,
|
|
4149
|
-
|
|
4153
|
+
q6 as useDeviceIBasicVolume,
|
|
4150
4154
|
ze as useDeviceIBasicVolumeWithFeedback,
|
|
4151
|
-
|
|
4152
|
-
|
|
4155
|
+
Pt as useDeviceInterfaceSupport,
|
|
4156
|
+
Gt as useDevicePresetsModel,
|
|
4153
4157
|
Et as useDeviceSupportsInterface,
|
|
4154
|
-
|
|
4158
|
+
zt as useEndpoint,
|
|
4155
4159
|
Me as useError,
|
|
4156
|
-
|
|
4160
|
+
G6 as useGetAllDeviceStateFromRoomConfiguration,
|
|
4157
4161
|
tt as useGetAllDevices,
|
|
4158
4162
|
ot as useGetAllRooms,
|
|
4159
4163
|
_t as useGetCurrentPopoverIdForGroup,
|
|
4160
4164
|
Z as useGetDevice,
|
|
4161
|
-
|
|
4162
|
-
|
|
4165
|
+
Ht as useGetIBasicVolume,
|
|
4166
|
+
Ft as useGetIBasicVolumeWithFeedback,
|
|
4163
4167
|
st as useGetRoom,
|
|
4164
4168
|
Mt as useGetRoomDisplayStates,
|
|
4165
4169
|
xt as useGetZoomRoomControllerKey,
|
|
4166
|
-
|
|
4167
|
-
|
|
4170
|
+
Yt as useIAudioCodecInfo,
|
|
4171
|
+
Jt as useIAudioCodecPhonebook,
|
|
4168
4172
|
j1 as useIBasicVolume,
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
|
|
4173
|
+
V3 as useIBasicVolumeWithFeedback,
|
|
4174
|
+
Xt as useIChannel,
|
|
4175
|
+
Qt as useIColor,
|
|
4176
|
+
Nt as useICommunicationMonitor,
|
|
4177
|
+
e6 as useICurrentSources,
|
|
4178
|
+
o6 as useIDPad,
|
|
4179
|
+
t6 as useIDeviceInfoMessenger,
|
|
4180
|
+
n6 as useIDialerCallStatus,
|
|
4181
|
+
s6 as useIDspPresets,
|
|
4182
|
+
c6 as useIDvr,
|
|
4183
|
+
r6 as useIEssentialsRoomCombiner,
|
|
4184
|
+
l6 as useIHasCameraAutoMode,
|
|
4185
|
+
i6 as useIHasCameraMute,
|
|
4186
|
+
a6 as useIHasCameraPresets,
|
|
4187
|
+
u6 as useIHasCameras,
|
|
4188
|
+
d6 as useIHasCodecRoomPresetsActions,
|
|
4189
|
+
v6 as useIHasDialer,
|
|
4190
|
+
h6 as useIHasDirectory,
|
|
4191
|
+
g6 as useIHasMeetingLock,
|
|
4192
|
+
f6 as useIHasMeetingRecording,
|
|
4193
|
+
m6 as useIHasParticipantAudioMute,
|
|
4190
4194
|
w6 as useIHasParticipantPinUnpin,
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
+
p6 as useIHasParticipants,
|
|
4196
|
+
M6 as useIHasPhoneDialing,
|
|
4197
|
+
H3 as useIHasPowerControl,
|
|
4198
|
+
x6 as useIHasPresentationOnlyMeeting,
|
|
4195
4199
|
W1 as useIHasSelectableItems,
|
|
4196
|
-
|
|
4197
|
-
|
|
4200
|
+
S6 as useIHasSelfviewPosition,
|
|
4201
|
+
Z6 as useIHasSelfviewSize,
|
|
4198
4202
|
Ye as useIHasSurroundChannels,
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4203
|
+
C6 as useIHasZoomRoomLayouts,
|
|
4204
|
+
j6 as useILevelControls,
|
|
4205
|
+
b6 as useILightingScenes,
|
|
4206
|
+
I6 as useIMatrixRouting,
|
|
4207
|
+
y6 as useIMcCiscoCodecUserInterfaceAppControl,
|
|
4208
|
+
R6 as useINumeric,
|
|
4209
|
+
P6 as useIProjectorScreenLiftControl,
|
|
4206
4210
|
$6 as useIRoomEventSchedule,
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
|
|
4211
|
+
E6 as useIRunDefaultPresentRoute,
|
|
4212
|
+
T6 as useIRunDirectRouteAction,
|
|
4213
|
+
D6 as useIRunRouteAction,
|
|
4214
|
+
A6 as useISetTopBoxControls,
|
|
4215
|
+
_6 as useIShadesOpenCloseStop,
|
|
4216
|
+
L6 as useIShutdownPromptTimer,
|
|
4217
|
+
B6 as useISwitchedOutput,
|
|
4218
|
+
O6 as useITechPassword,
|
|
4219
|
+
W6 as useITemperatureSensor,
|
|
4220
|
+
k6 as useITheme,
|
|
4221
|
+
V6 as useITransport,
|
|
4222
|
+
H6 as useIZoomWirelessShareInstructions,
|
|
4223
|
+
kt as useInitialize,
|
|
4224
|
+
$t as useInterfacesForDevice,
|
|
4225
|
+
Ot as useIsInitialSyncComplete,
|
|
4221
4226
|
Se as useIsSyncStateValuePresent,
|
|
4222
4227
|
Rt as useIsTouchpanel,
|
|
4223
4228
|
N8 as useLogoPath,
|
|
4224
|
-
|
|
4225
|
-
|
|
4229
|
+
F6 as useMobileControlTouchpanelController,
|
|
4230
|
+
z6 as useOverflow,
|
|
4226
4231
|
et as usePartnerMetadata,
|
|
4227
4232
|
Ge as usePressHoldRelease,
|
|
4228
|
-
|
|
4233
|
+
wt as useRoomAdvancedSharingActive,
|
|
4229
4234
|
lt as useRoomAudioControlPointList,
|
|
4230
4235
|
vt as useRoomCodecContentDestinationKey,
|
|
4231
4236
|
nt as useRoomConfiguration,
|
|
4232
4237
|
at as useRoomDestinationList,
|
|
4233
4238
|
it as useRoomDestinations,
|
|
4234
4239
|
ut as useRoomEnvironmentalDevices,
|
|
4235
|
-
|
|
4236
|
-
|
|
4240
|
+
Y6 as useRoomIBasicVolume,
|
|
4241
|
+
J6 as useRoomIBasicVolumeWithFeedback,
|
|
4237
4242
|
ht as useRoomInCall,
|
|
4238
4243
|
ft as useRoomIsCoolingDown,
|
|
4239
|
-
|
|
4244
|
+
mt as useRoomIsOn,
|
|
4240
4245
|
gt as useRoomIsWarmingUp,
|
|
4241
4246
|
St as useRoomKey,
|
|
4242
|
-
|
|
4247
|
+
oe as useRoomLevelControls,
|
|
4243
4248
|
ct as useRoomName,
|
|
4244
4249
|
dt as useRoomProgramAudioDestinationKey,
|
|
4245
4250
|
pt as useRoomShareState,
|
|
4246
4251
|
rt as useRoomSourceList,
|
|
4247
4252
|
C1 as useRoomState,
|
|
4248
|
-
|
|
4253
|
+
ne as useRoomVolume,
|
|
4249
4254
|
It as useRuntimeInfo,
|
|
4250
|
-
|
|
4255
|
+
X6 as useScroll,
|
|
4251
4256
|
bt as useServerIsRunningOnProcessorHardware,
|
|
4252
4257
|
Dt as useShowIncomingCallModal,
|
|
4253
4258
|
At as useShowModal,
|
|
4254
4259
|
Lt as useShowPopoverById,
|
|
4255
4260
|
xe as useShowReconnect,
|
|
4256
4261
|
Tt as useShowShutdownModal,
|
|
4257
|
-
|
|
4258
|
-
|
|
4262
|
+
Q6 as useStateIsSynced,
|
|
4263
|
+
N6 as useSystemControl,
|
|
4259
4264
|
Ct as useSystemUuid,
|
|
4260
4265
|
Bt as useTheme,
|
|
4261
|
-
|
|
4266
|
+
en as useTimeAndDate,
|
|
4262
4267
|
yt as useTouchpanelKey,
|
|
4263
|
-
|
|
4268
|
+
U6 as useTwoWayDisplayBase,
|
|
4264
4269
|
jt as useUserCode,
|
|
4265
|
-
|
|
4270
|
+
w as useWebsocketContext,
|
|
4266
4271
|
y3 as useWsIsConnected,
|
|
4267
|
-
|
|
4272
|
+
K6 as useZoomRoom,
|
|
4268
4273
|
Ae as wsAddEventHandler,
|
|
4269
|
-
|
|
4270
|
-
|
|
4274
|
+
W3 as wsConnect,
|
|
4275
|
+
Wt as wsDisconnect,
|
|
4271
4276
|
Le as wsReconnect,
|
|
4272
4277
|
_e as wsRemoveEventHandler,
|
|
4273
4278
|
De as wsSendMessage
|