@pepperdash/mobile-control-react-app-core 1.22.4-tp-reconnect.1 → 1.22.5-selector-updates.1

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.
@@ -1,137 +1,137 @@
1
- var h2 = Object.defineProperty;
2
- var g2 = (e, t, o) => t in e ? h2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
3
- var q = (e, t, o) => g2(e, typeof t != "symbol" ? t + "" : t, o);
4
- import m3, { AxiosError as f2 } from "axios";
5
- import { useDispatch as w2, useSelector as p2, Provider as m2 } from "react-redux";
6
- import { createSelector as M, createSlice as a1, combineReducers as M2, configureStore as x2 } from "@reduxjs/toolkit";
7
- import M3, { createContext as Z2, useEffect as m1, useCallback as c1, useContext as S2, useRef as $1, useState as Y, useLayoutEffect as x3 } from "react";
8
- import { useNavigate as j2, useRouteError as C2, isRouteErrorResponse as b2 } from "react-router-dom";
1
+ var f2 = Object.defineProperty;
2
+ var w2 = (e, t, o) => t in e ? f2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
3
+ var q = (e, t, o) => w2(e, typeof t != "symbol" ? t + "" : t, o);
4
+ import m3, { AxiosError as p2 } from "axios";
5
+ import { useDispatch as m2, useSelector as M2, Provider as x2 } from "react-redux";
6
+ import { createSelector as p, createSlice as a1, combineReducers as Z2, configureStore as S2 } from "@reduxjs/toolkit";
7
+ import M3, { createContext as j2, useEffect as m1, useCallback as c1, useContext as C2, useRef as $1, useState as Y, useLayoutEffect as x3 } from "react";
8
+ import { useNavigate as b2, useRouteError as y2, isRouteErrorResponse as I2 } from "react-router-dom";
9
9
  import * as Z3 from "lodash";
10
- const O1 = w2.withTypes(), w = p2.withTypes(), M1 = (e) => e.appConfig, y2 = M(
10
+ const O1 = m2.withTypes(), f = M2.withTypes(), M1 = (e) => e.appConfig, R2 = p(
11
11
  M1,
12
12
  (e) => e.config
13
- ), I2 = M(
13
+ ), E2 = p(
14
14
  M1,
15
15
  (e) => e.config.apiPath
16
- ), R2 = M(
16
+ ), T2 = p(
17
17
  M1,
18
18
  (e) => e.config.logoPath
19
- ), E2 = M(
19
+ ), D2 = p(
20
20
  M1,
21
21
  (e) => e.config.partnerMetadata
22
- ), Y8 = () => w(y2), z8 = () => w(I2), J8 = () => w(R2), X8 = () => w(E2), S3 = (e) => e.devices, j3 = M(
22
+ ), J8 = () => f(R2), X8 = () => f(E2), Q8 = () => f(T2), N8 = () => f(D2), S3 = (e) => e.devices, j3 = p(
23
23
  S3,
24
24
  (e) => e
25
- ), T2 = (e) => M(
25
+ ), _2 = (e) => p(
26
26
  S3,
27
27
  (t) => t[e] ? t[e] : void 0
28
- ), Q8 = () => w(j3);
28
+ ), e6 = () => f(j3);
29
29
  function _(e) {
30
- return w(T2(e));
30
+ return f(_2(e));
31
31
  }
32
- const A = (e) => e.rooms, D2 = (e) => M(
32
+ const A = (e) => e.rooms, P2 = (e) => p(
33
33
  A,
34
34
  (t) => t[e] ? t[e].configuration : void 0
35
- ), _2 = M(
35
+ ), L2 = p(
36
36
  A,
37
37
  (e) => e
38
- ), P2 = (e) => M(
38
+ ), $2 = (e) => p(
39
39
  A,
40
40
  (t) => t[e] ? t[e] : void 0
41
- ), L2 = (e) => M(
41
+ ), A2 = (e) => p(
42
42
  A,
43
43
  (t) => t[e] ? t[e].name : void 0
44
- ), $2 = (e, t) => M(
44
+ ), B2 = (e, t) => p(
45
45
  A,
46
46
  (o) => o[e] ? o[e].volumes[t] : void 0
47
- ), A2 = (e) => M(
47
+ ), k2 = (e) => p(
48
48
  A,
49
49
  (t) => t[e] ? t[e] : void 0
50
- ), B2 = (e) => M(
50
+ ), O2 = (e) => p(
51
51
  A,
52
52
  (t) => {
53
53
  var o, c;
54
54
  return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.sourceList : void 0;
55
55
  }
56
- ), k2 = (e) => M(
56
+ ), W2 = (e) => p(
57
57
  A,
58
58
  (t) => {
59
59
  var o, c;
60
60
  return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.audioControlPointList : void 0;
61
61
  }
62
- ), O2 = (e) => M(
62
+ ), V2 = (e) => p(
63
63
  A,
64
64
  (t) => {
65
65
  var o, c;
66
66
  return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinations : void 0;
67
67
  }
68
- ), W2 = (e) => M(
68
+ ), U2 = (e) => p(
69
69
  A,
70
70
  (t) => {
71
71
  var o, c;
72
72
  return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinationList : void 0;
73
73
  }
74
- ), V2 = (e) => M(
74
+ ), H2 = (e) => p(
75
75
  A,
76
76
  (t) => {
77
77
  var o, c;
78
78
  return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.environmentalDevices : void 0;
79
79
  }
80
- ), U2 = (e) => M(
80
+ ), F2 = (e) => p(
81
81
  A,
82
82
  (t) => {
83
- var o, c, r, i, v, u, h, p;
84
- return (c = (o = t[e]) == null ? void 0 : o.configuration) != null && c.destinationList.programAudio ? (v = (i = (r = t[e]) == null ? void 0 : r.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : v.sinkKey : ((p = (h = (u = t[e]) == null ? void 0 : u.configuration) == null ? void 0 : h.destinationList.defaultDisplay) == null ? void 0 : p.sinkKey) || "";
83
+ var o, c, r, i, v, u, h, m;
84
+ return (c = (o = t[e]) == null ? void 0 : o.configuration) != null && c.destinationList.programAudio ? (v = (i = (r = t[e]) == null ? void 0 : r.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : v.sinkKey : ((m = (h = (u = t[e]) == null ? void 0 : u.configuration) == null ? void 0 : h.destinationList.defaultDisplay) == null ? void 0 : m.sinkKey) || "";
85
85
  }
86
- ), H2 = (e) => M(
86
+ ), K2 = (e) => p(
87
87
  A,
88
88
  (t) => {
89
89
  var o, c, r;
90
90
  return t[e] ? (r = (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinationList.codecContent) == null ? void 0 : r.sinkKey : void 0;
91
91
  }
92
- ), F2 = (e) => M(
92
+ ), q2 = (e) => p(
93
93
  A,
94
94
  (t) => {
95
95
  var o;
96
96
  return t[e] ? (o = t[e]) == null ? void 0 : o.isInCall : void 0;
97
97
  }
98
- ), K2 = (e) => M(
98
+ ), G2 = (e) => p(
99
99
  A,
100
100
  (t) => {
101
101
  var o;
102
102
  return t[e] ? (o = t[e]) == null ? void 0 : o.isWarmingUp : void 0;
103
103
  }
104
- ), q2 = (e) => M(
104
+ ), Y2 = (e) => p(
105
105
  A,
106
106
  (t) => {
107
107
  var o;
108
108
  return t[e] ? (o = t[e]) == null ? void 0 : o.isCoolingDown : void 0;
109
109
  }
110
- ), G2 = (e) => M(
110
+ ), z2 = (e) => p(
111
111
  A,
112
112
  (t) => {
113
113
  var o;
114
114
  return t[e] ? (o = t[e]) == null ? void 0 : o.isOn : void 0;
115
115
  }
116
- ), Y2 = (e) => M(
116
+ ), J2 = (e) => p(
117
117
  A,
118
118
  (t) => {
119
119
  var o;
120
120
  return t[e] ? (o = t[e]) == null ? void 0 : o.advancedSharingActive : void 0;
121
121
  }
122
- ), z2 = (e) => M(
122
+ ), X2 = (e) => p(
123
123
  A,
124
124
  (t) => {
125
125
  var o;
126
126
  return t[e] ? (o = t[e]) == null ? void 0 : o.share : void 0;
127
127
  }
128
- ), J2 = (e) => M(
128
+ ), Q2 = (e) => p(
129
129
  A,
130
130
  (t) => {
131
131
  var o, c;
132
132
  return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
133
133
  }
134
- ), X2 = M(
134
+ ), N2 = p(
135
135
  [
136
136
  (e, t) => t,
137
137
  () => j3,
@@ -146,68 +146,74 @@ const A = (e) => e.rooms, D2 = (e) => M(
146
146
  return Object.values(t).filter((i) => Object.values(c).includes(i.key));
147
147
  }
148
148
  );
149
- function N8(e) {
150
- return w(
151
- D2(e)
149
+ function t6(e) {
150
+ return f(
151
+ P2(e)
152
152
  );
153
153
  }
154
- function e6() {
155
- return w(_2);
154
+ function n6() {
155
+ return f(L2);
156
156
  }
157
157
  function x1(e) {
158
- return w(P2(e));
158
+ return f($2(e));
159
159
  }
160
- const t6 = x1, n6 = (e) => w(
161
- L2(e)
162
- ), Q2 = (e, t) => w(
163
- $2(e, t)
164
- ), N2 = (e) => w(A2(e)) || void 0, o6 = (e) => w(B2(e)), s6 = (e) => w(k2(e)), c6 = (e) => w(O2(e)), r6 = (e) => w(W2(e)), l6 = (e) => w(V2(e)), i6 = (e) => w(U2(e)), a6 = (e) => w(H2(e)), u6 = (e) => w(F2(e)), d6 = (e) => w(K2(e)), v6 = (e) => w(q2(e)), h6 = (e) => w(G2(e)), g6 = (e) => w(Y2(e)), f6 = (e) => w(z2(e)), w6 = (e) => w((t) => X2(t, e)), p6 = (e) => w(J2(e)), G = (e) => e.runtimeConfig, ee = M(
160
+ const o6 = x1, s6 = (e) => f(
161
+ A2(e)
162
+ ), ee = (e, t) => f(
163
+ B2(e, t)
164
+ ), te = (e) => f(k2(e)) || void 0, c6 = (e) => f(O2(e)), r6 = (e) => f(W2(e)), l6 = (e) => f(V2(e)), i6 = (e) => f(U2(e)), a6 = (e) => f(H2(e)), u6 = (e) => f(F2(e)), d6 = (e) => f(K2(e)), v6 = (e) => f(q2(e)), h6 = (e) => f(G2(e)), g6 = (e) => f(Y2(e)), f6 = (e) => f(z2(e)), w6 = (e) => f(J2(e)), p6 = (e) => f(X2(e)), m6 = (e) => f((t) => N2(t, e)), M6 = (e) => f(Q2(e)), G = (e) => e.runtimeConfig, ne = p(
165
165
  G,
166
166
  (e) => e.websocket.isConnected
167
- ), te = M(
167
+ ), oe = p(
168
168
  G,
169
169
  (e) => e.currentRoomKey
170
- ), ne = M(
170
+ ), se = p(
171
171
  G,
172
172
  (e) => e.roomData.clientId
173
- ), oe = M(
173
+ ), ce = p(
174
174
  G,
175
175
  (e) => e.roomData.systemUuid
176
- ), se = M(
176
+ ), re = p(
177
177
  G,
178
178
  (e) => e.roomData.userCode
179
- ), ce = M(
179
+ ), le = p(
180
180
  G,
181
181
  (e) => e.serverIsRunningOnProcessorHardware
182
- ), re = M(
182
+ ), ie = p(
183
183
  G,
184
184
  (e) => {
185
185
  var t;
186
186
  return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
187
187
  }
188
- ), le = M(
188
+ ), ae = p(
189
189
  G,
190
190
  (e) => e.touchpanelKey
191
- ), ie = M(
191
+ ), ue = p(
192
192
  G,
193
193
  (e) => e.touchpanelKey !== ""
194
- ), ae = M(
194
+ ), C3 = p(
195
195
  G,
196
196
  (e) => e.roomData.deviceInterfaceSupport
197
- ), C3 = () => w(ee), m6 = () => w(te), M6 = () => w(ne), x6 = () => w(oe), Z6 = () => w(se), S6 = () => w(ce), j6 = () => w(re), C6 = () => w(le), b6 = () => w(ie), y6 = () => w(ae), N = (e) => e.ui, W1 = (e) => M(N, (t) => t.modalVisibility[e]), ue = (e) => M(N, (t) => {
197
+ ), b3 = (e) => p(
198
+ C3,
199
+ (t) => (t == null ? void 0 : t[e].interfaces) ?? []
200
+ ), de = (e, t) => p(
201
+ b3(e),
202
+ (o) => o.includes(t)
203
+ ), y3 = () => f(ne), x6 = () => f(oe), Z6 = () => f(se), S6 = () => f(ce), j6 = () => f(re), C6 = () => f(le), b6 = () => f(ie), y6 = () => f(ae), I6 = () => f(ue), R6 = () => f(C3), E6 = (e) => f(b3(e)), T6 = (e, t) => f(de(e, t)), N = (e) => e.ui, W1 = (e) => p(N, (t) => t.modalVisibility[e]), ve = (e) => p(N, (t) => {
198
204
  const o = t.popoverVisibility[e];
199
205
  if (o)
200
206
  return Object.keys(o).find((c) => o[c]);
201
- }), de = (e, t) => M(
207
+ }), he = (e, t) => p(
202
208
  N,
203
209
  (o) => {
204
210
  var c;
205
211
  return ((c = o.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
206
212
  }
207
- ), ve = M(N, (e) => e.error), he = M(
213
+ ), ge = p(N, (e) => e.error), fe = p(
208
214
  N,
209
215
  (e) => e.showReconnect
210
- ), ge = M(N, (e) => e.theme), fe = (e) => M(N, (t) => t.syncState.includes(e)), I6 = () => w(W1("showShutdownModal")), R6 = () => w(W1("showIncomingCallModal")), E6 = (e) => w(W1(e)), T6 = (e) => w(ue(e)), D6 = (e, t) => w(de(e, t)), we = () => w(ve), pe = () => w(he), _6 = () => w(ge), me = (e) => w(fe(e)), Me = {
216
+ ), we = p(N, (e) => e.theme), pe = (e) => p(N, (t) => t.syncState.includes(e)), D6 = () => f(W1("showShutdownModal")), _6 = () => f(W1("showIncomingCallModal")), P6 = (e) => f(W1(e)), L6 = (e) => f(ve(e)), $6 = (e, t) => f(he(e, t)), me = () => f(ge), Me = () => f(fe), A6 = () => f(we), xe = (e) => f(pe(e)), Ze = {
211
217
  showReconnect: !1,
212
218
  error: "",
213
219
  modalVisibility: {
@@ -216,9 +222,9 @@ const t6 = x1, n6 = (e) => w(
216
222
  },
217
223
  popoverVisibility: {},
218
224
  syncState: []
219
- }, b3 = a1({
225
+ }, I3 = a1({
220
226
  name: "ui",
221
- initialState: Me,
227
+ initialState: Ze,
222
228
  reducers: {
223
229
  clearAllModals(e) {
224
230
  Object.entries(e.modalVisibility).forEach(([t]) => {
@@ -262,7 +268,7 @@ const t6 = x1, n6 = (e) => w(
262
268
  e.syncState = [];
263
269
  }
264
270
  }
265
- }), O = b3.actions, xe = b3.reducer, Ze = {
271
+ }), O = I3.actions, Se = I3.reducer, je = {
266
272
  config: {
267
273
  enableDev: !1,
268
274
  apiPath: "",
@@ -272,15 +278,15 @@ const t6 = x1, n6 = (e) => w(
272
278
  loginMode: "",
273
279
  modes: {}
274
280
  }
275
- }, y3 = a1({
281
+ }, R3 = a1({
276
282
  name: "appConfig",
277
- initialState: Ze,
283
+ initialState: je,
278
284
  reducers: {
279
285
  setAppConfig(e, t) {
280
286
  e.config = t.payload;
281
287
  }
282
288
  }
283
- }), I3 = y3.actions, Se = y3.reducer, d3 = {}, A1 = a1({
289
+ }), E3 = R3.actions, Ce = R3.reducer, d3 = {}, A1 = a1({
284
290
  name: "devices",
285
291
  initialState: d3,
286
292
  reducers: {
@@ -297,8 +303,8 @@ const t6 = x1, n6 = (e) => w(
297
303
  }), g1 = {
298
304
  setDeviceState: A1.actions.setDeviceState,
299
305
  clearDevices: A1.actions.clearDevices
300
- }, je = A1.reducer;
301
- class Ce {
306
+ }, be = A1.reducer;
307
+ class ye {
302
308
  constructor() {
303
309
  q(this, "uuid", "current-uuid");
304
310
  q(this, "roomKey", "current-room-key");
@@ -306,11 +312,11 @@ class Ce {
306
312
  q(this, "expiry", "current-uuid-expires");
307
313
  }
308
314
  }
309
- const v3 = new Ce();
310
- function be(e) {
315
+ const v3 = new ye();
316
+ function Ie(e) {
311
317
  return sessionStorage.getItem(e) || "";
312
318
  }
313
- function ye(e, t) {
319
+ function Re(e, t) {
314
320
  sessionStorage.setItem(e, t);
315
321
  }
316
322
  const h3 = {}, B1 = a1({
@@ -330,7 +336,7 @@ const h3 = {}, B1 = a1({
330
336
  }), f1 = {
331
337
  setRoomState: B1.actions.setRoomState,
332
338
  clearRooms: B1.actions.clearRooms
333
- }, Ie = B1.reducer, Re = {
339
+ }, Ee = B1.reducer, Te = {
334
340
  apiVersion: "",
335
341
  serverIsRunningOnProcessorHardware: !1,
336
342
  websocket: {
@@ -361,9 +367,9 @@ const h3 = {}, B1 = a1({
361
367
  userCode: "",
362
368
  qrUrl: ""
363
369
  }
364
- }, R3 = a1({
370
+ }, T3 = a1({
365
371
  name: "runtimeConfig",
366
- initialState: Re,
372
+ initialState: Te,
367
373
  reducers: {
368
374
  setRuntimeConfig(e, t) {
369
375
  e.apiVersion = t.payload.apiVersion, e.serverIsRunningOnProcessorHardware = t.payload.serverIsRunningOnProcessorHardware;
@@ -396,16 +402,16 @@ const h3 = {}, B1 = a1({
396
402
  e.touchpanelKey = t.payload;
397
403
  }
398
404
  }
399
- }), U = R3.actions, Ee = R3.reducer, _1 = m3.create(), E3 = "websocket/connect", T3 = "websocket/disconnect", D3 = "websocket/sendMessage", _3 = "websocket/addEventHandler", P3 = "websocket/removeEventHandler", L3 = "websocket/reconnect", $3 = () => ({ type: E3 }), P6 = () => ({ type: T3 }), Te = (e, t) => ({
400
- type: D3,
405
+ }), U = T3.actions, De = T3.reducer, _1 = m3.create(), D3 = "websocket/connect", _3 = "websocket/disconnect", P3 = "websocket/sendMessage", L3 = "websocket/addEventHandler", $3 = "websocket/removeEventHandler", A3 = "websocket/reconnect", B3 = () => ({ type: D3 }), B6 = () => ({ type: _3 }), _e = (e, t) => ({
406
+ type: P3,
401
407
  payload: { messageType: e, content: t }
402
- }), De = (e, t, o) => ({
403
- type: _3,
408
+ }), Pe = (e, t, o) => ({
409
+ type: L3,
404
410
  payload: { eventType: e, key: t, callback: o }
405
- }), _e = (e, t) => ({
406
- type: P3,
411
+ }), Le = (e, t) => ({
412
+ type: $3,
407
413
  payload: { eventType: e, key: t }
408
- }), Pe = () => ({ type: L3 }), Le = () => {
414
+ }), $e = () => ({ type: A3 }), Ae = () => {
409
415
  const e = {
410
416
  client: null,
411
417
  token: null,
@@ -422,7 +428,7 @@ const h3 = {}, B1 = a1({
422
428
  );
423
429
  if (C.status === 200 && C.data) {
424
430
  const b = C.data.apiPath;
425
- a(I3.setAppConfig(C.data));
431
+ a(E3.setAppConfig(C.data));
426
432
  const x = await _1.get(
427
433
  `${b}/version`
428
434
  );
@@ -439,7 +445,7 @@ const h3 = {}, B1 = a1({
439
445
  );
440
446
  return C.status === 200 && C.data ? (j(U.setRoomData(C.data)), !0) : !1;
441
447
  } catch (C) {
442
- return console.log(C), C instanceof f2 && C.response && C.response.status === 498 ? (console.error("Invalid token. Unable to join room"), j(
448
+ return console.log(C), C instanceof p2 && C.response && C.response.status === 498 ? (console.error("Invalid token. Unable to join room"), j(
443
449
  O.setErrorMessage(
444
450
  `Token ${Z} is invalid. Unable to join room`
445
451
  )
@@ -447,7 +453,7 @@ const h3 = {}, B1 = a1({
447
453
  }
448
454
  }, c = (a) => {
449
455
  e.reconnectTimer && (clearTimeout(e.reconnectTimer), e.reconnectTimer = null), console.log("WebSocket middleware: Starting reconnection loop..."), e.reconnectTimer = setTimeout(() => {
450
- e.waitingToReconnect = !1, e.reconnectTimer = null, console.log("WebSocket middleware: Attempting automatic reconnection..."), a($3());
456
+ e.waitingToReconnect = !1, e.reconnectTimer = null, console.log("WebSocket middleware: Attempting automatic reconnection..."), a(B3());
451
457
  }, 5e3);
452
458
  }, r = () => {
453
459
  e.reconnectTimer && (console.log("WebSocket middleware: Stopping reconnection loop"), clearTimeout(e.reconnectTimer), e.reconnectTimer = null);
@@ -641,12 +647,12 @@ const h3 = {}, B1 = a1({
641
647
  }
642
648
  }, h = () => {
643
649
  e.client && (console.log("WebSocket middleware: Disconnecting"), r(), e.client.close(4100, "Client requested disconnect"), e.client = null);
644
- }, p = (a, Z, j) => {
650
+ }, m = (a, Z, j) => {
645
651
  const C = j(), b = C.runtimeConfig.websocket.isConnected, x = C.runtimeConfig.roomData.clientId;
646
652
  e.client && b ? e.client.send(
647
653
  JSON.stringify({ type: a, clientId: x, content: Z })
648
654
  ) : console.warn("WebSocket middleware: Cannot send message - not connected");
649
- }, m = (a, Z, j) => {
655
+ }, M = (a, Z, j) => {
650
656
  e.eventHandlers[a] || (e.eventHandlers[a] = {}), e.eventHandlers[a][Z] = j, console.log("WebSocket middleware: Event handler added", a, Z);
651
657
  }, P = (a, Z) => {
652
658
  e.eventHandlers[a] && (delete e.eventHandlers[a][Z], console.log(
@@ -665,35 +671,35 @@ const h3 = {}, B1 = a1({
665
671
  const b = j;
666
672
  return (async () => {
667
673
  switch (b.type) {
668
- case E3: {
674
+ case D3: {
669
675
  let W = new URLSearchParams(window.location.search).get("token");
670
- W ? (console.log("WebSocket middleware: Saving token"), ye(v3.uuid, W)) : (W = be(v3.uuid), console.log("WebSocket middleware: Loading token")), e.token = W, await t(a.dispatch), await u(a.dispatch, a.getState);
676
+ W ? (console.log("WebSocket middleware: Saving token"), Re(v3.uuid, W)) : (W = Ie(v3.uuid), console.log("WebSocket middleware: Loading token")), e.token = W, await t(a.dispatch), await u(a.dispatch, a.getState);
671
677
  break;
672
678
  }
673
- case T3:
679
+ case _3:
674
680
  h();
675
681
  break;
676
- case D3:
677
- p(
682
+ case P3:
683
+ m(
678
684
  b.payload.messageType,
679
685
  b.payload.content,
680
686
  a.getState
681
687
  );
682
688
  break;
683
- case _3:
684
- m(
689
+ case L3:
690
+ M(
685
691
  b.payload.eventType,
686
692
  b.payload.key,
687
693
  b.payload.callback
688
694
  );
689
695
  break;
690
- case P3:
696
+ case $3:
691
697
  P(
692
698
  b.payload.eventType,
693
699
  b.payload.key
694
700
  );
695
701
  break;
696
- case L3:
702
+ case A3:
697
703
  H(a.getState);
698
704
  break;
699
705
  default:
@@ -720,22 +726,22 @@ const h3 = {}, B1 = a1({
720
726
  console.error("WebSocket middleware: Error handling action", x);
721
727
  }), C;
722
728
  };
723
- }, $e = M2({
724
- appConfig: Se,
725
- runtimeConfig: Ee,
726
- rooms: Ie,
727
- devices: je,
728
- ui: xe
729
- }), Ae = x2({
730
- reducer: $e,
729
+ }, Be = Z2({
730
+ appConfig: Ce,
731
+ runtimeConfig: De,
732
+ rooms: Ee,
733
+ devices: be,
734
+ ui: Se
735
+ }), ke = S2({
736
+ reducer: Be,
731
737
  middleware: (e) => e({
732
738
  serializableCheck: {
733
739
  // Ignore WebSocket actions with callbacks
734
740
  ignoredActions: ["websocket/addEventHandler"]
735
741
  }
736
- }).concat(Le())
742
+ }).concat(Ae())
737
743
  }), g3 = m3.create();
738
- function L6() {
744
+ function k6() {
739
745
  const e = O1();
740
746
  return async () => {
741
747
  try {
@@ -747,7 +753,7 @@ function L6() {
747
753
  );
748
754
  if (c.status == 200 && c.data) {
749
755
  const r = c.data.apiPath;
750
- e(I3.setAppConfig(c.data));
756
+ e(E3.setAppConfig(c.data));
751
757
  const i = await g3.get(
752
758
  `${r}/version`
753
759
  );
@@ -770,15 +776,15 @@ var w1 = { exports: {} }, r1 = {};
770
776
  * LICENSE file in the root directory of this source tree.
771
777
  */
772
778
  var f3;
773
- function Be() {
779
+ function Oe() {
774
780
  if (f3) return r1;
775
781
  f3 = 1;
776
782
  var e = M3, t = Symbol.for("react.element"), o = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
777
- function v(u, h, p) {
778
- var m, P = {}, H = null, a = null;
779
- p !== void 0 && (H = "" + p), h.key !== void 0 && (H = "" + h.key), h.ref !== void 0 && (a = h.ref);
780
- for (m in h) c.call(h, m) && !i.hasOwnProperty(m) && (P[m] = h[m]);
781
- if (u && u.defaultProps) for (m in h = u.defaultProps, h) P[m] === void 0 && (P[m] = h[m]);
783
+ function v(u, h, m) {
784
+ var M, P = {}, H = null, a = null;
785
+ m !== void 0 && (H = "" + m), h.key !== void 0 && (H = "" + h.key), h.ref !== void 0 && (a = h.ref);
786
+ for (M in h) c.call(h, M) && !i.hasOwnProperty(M) && (P[M] = h[M]);
787
+ if (u && u.defaultProps) for (M in h = u.defaultProps, h) P[M] === void 0 && (P[M] = h[M]);
782
788
  return { $$typeof: t, type: u, key: H, ref: a, props: P, _owner: r.current };
783
789
  }
784
790
  return r1.Fragment = o, r1.jsx = v, r1.jsxs = v, r1;
@@ -794,9 +800,9 @@ var l1 = {};
794
800
  * LICENSE file in the root directory of this source tree.
795
801
  */
796
802
  var w3;
797
- function ke() {
803
+ function We() {
798
804
  return w3 || (w3 = 1, process.env.NODE_ENV !== "production" && function() {
799
- var e = M3, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), v = Symbol.for("react.provider"), u = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), P = Symbol.for("react.memo"), H = Symbol.for("react.lazy"), a = Symbol.for("react.offscreen"), Z = Symbol.iterator, j = "@@iterator";
805
+ var e = M3, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), v = Symbol.for("react.provider"), u = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), M = Symbol.for("react.suspense_list"), P = Symbol.for("react.memo"), H = Symbol.for("react.lazy"), a = Symbol.for("react.offscreen"), Z = Symbol.iterator, j = "@@iterator";
800
806
  function C(s) {
801
807
  if (s === null || typeof s != "object")
802
808
  return null;
@@ -806,14 +812,14 @@ function ke() {
806
812
  var b = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
807
813
  function x(s) {
808
814
  {
809
- for (var l = arguments.length, d = new Array(l > 1 ? l - 1 : 0), f = 1; f < l; f++)
810
- d[f - 1] = arguments[f];
815
+ for (var l = arguments.length, d = new Array(l > 1 ? l - 1 : 0), w = 1; w < l; w++)
816
+ d[w - 1] = arguments[w];
811
817
  W("error", s, d);
812
818
  }
813
819
  }
814
820
  function W(s, l, d) {
815
821
  {
816
- var f = b.ReactDebugCurrentFrame, E = f.getStackAddendum();
822
+ var w = b.ReactDebugCurrentFrame, E = w.getStackAddendum();
817
823
  E !== "" && (l += "%s", d = d.concat([E]));
818
824
  var T = d.map(function(y) {
819
825
  return String(y);
@@ -824,16 +830,16 @@ function ke() {
824
830
  var S1 = !1, K = !1, B = !1, D = !1, z = !1, n1;
825
831
  n1 = Symbol.for("react.module.reference");
826
832
  function j1(s) {
827
- return !!(typeof s == "string" || typeof s == "function" || s === c || s === i || z || s === r || s === p || s === m || D || s === a || S1 || K || B || typeof s == "object" && s !== null && (s.$$typeof === H || s.$$typeof === P || s.$$typeof === v || s.$$typeof === u || s.$$typeof === h || // This needs to include all possible module reference object
833
+ return !!(typeof s == "string" || typeof s == "function" || s === c || s === i || z || s === r || s === m || s === M || D || s === a || S1 || K || B || typeof s == "object" && s !== null && (s.$$typeof === H || s.$$typeof === P || s.$$typeof === v || s.$$typeof === u || s.$$typeof === h || // This needs to include all possible module reference object
828
834
  // types supported by any Flight configuration anywhere since
829
835
  // we don't know which Flight build this will end up being used
830
836
  // with.
831
837
  s.$$typeof === n1 || s.getModuleId !== void 0));
832
838
  }
833
- function O3(s, l, d) {
834
- var f = s.displayName;
835
- if (f)
836
- return f;
839
+ function V3(s, l, d) {
840
+ var w = s.displayName;
841
+ if (w)
842
+ return w;
837
843
  var E = l.displayName || l.name || "";
838
844
  return E !== "" ? d + "(" + E + ")" : d;
839
845
  }
@@ -856,9 +862,9 @@ function ke() {
856
862
  return "Profiler";
857
863
  case r:
858
864
  return "StrictMode";
859
- case p:
860
- return "Suspense";
861
865
  case m:
866
+ return "Suspense";
867
+ case M:
862
868
  return "SuspenseList";
863
869
  }
864
870
  if (typeof s == "object")
@@ -870,10 +876,10 @@ function ke() {
870
876
  var d = s;
871
877
  return V1(d._context) + ".Provider";
872
878
  case h:
873
- return O3(s, s.render, "ForwardRef");
879
+ return V3(s, s.render, "ForwardRef");
874
880
  case P:
875
- var f = s.displayName || null;
876
- return f !== null ? f : J(s.type) || "Memo";
881
+ var w = s.displayName || null;
882
+ return w !== null ? w : J(s.type) || "Memo";
877
883
  case H: {
878
884
  var E = s, T = E._payload, y = E._init;
879
885
  try {
@@ -889,7 +895,7 @@ function ke() {
889
895
  function z1() {
890
896
  }
891
897
  z1.__reactDisabledLog = !0;
892
- function W3() {
898
+ function U3() {
893
899
  {
894
900
  if (o1 === 0) {
895
901
  U1 = console.log, H1 = console.info, F1 = console.warn, K1 = console.error, q1 = console.group, G1 = console.groupCollapsed, Y1 = console.groupEnd;
@@ -912,7 +918,7 @@ function ke() {
912
918
  o1++;
913
919
  }
914
920
  }
915
- function V3() {
921
+ function H3() {
916
922
  {
917
923
  if (o1--, o1 === 0) {
918
924
  var s = {
@@ -954,8 +960,8 @@ function ke() {
954
960
  try {
955
961
  throw Error();
956
962
  } catch (E) {
957
- var f = E.stack.trim().match(/\n( *(at )?)/);
958
- b1 = f && f[1] || "";
963
+ var w = E.stack.trim().match(/\n( *(at )?)/);
964
+ b1 = w && w[1] || "";
959
965
  }
960
966
  return `
961
967
  ` + b1 + s;
@@ -963,8 +969,8 @@ function ke() {
963
969
  }
964
970
  var y1 = !1, d1;
965
971
  {
966
- var U3 = typeof WeakMap == "function" ? WeakMap : Map;
967
- d1 = new U3();
972
+ var F3 = typeof WeakMap == "function" ? WeakMap : Map;
973
+ d1 = new F3();
968
974
  }
969
975
  function J1(s, l) {
970
976
  if (!s || y1)
@@ -974,12 +980,12 @@ function ke() {
974
980
  if (d !== void 0)
975
981
  return d;
976
982
  }
977
- var f;
983
+ var w;
978
984
  y1 = !0;
979
985
  var E = Error.prepareStackTrace;
980
986
  Error.prepareStackTrace = void 0;
981
987
  var T;
982
- T = C1.current, C1.current = null, W3();
988
+ T = C1.current, C1.current = null, U3();
983
989
  try {
984
990
  if (l) {
985
991
  var y = function() {
@@ -993,14 +999,14 @@ function ke() {
993
999
  try {
994
1000
  Reflect.construct(y, []);
995
1001
  } catch (V) {
996
- f = V;
1002
+ w = V;
997
1003
  }
998
1004
  Reflect.construct(s, [], y);
999
1005
  } else {
1000
1006
  try {
1001
1007
  y.call();
1002
1008
  } catch (V) {
1003
- f = V;
1009
+ w = V;
1004
1010
  }
1005
1011
  s.call(y.prototype);
1006
1012
  }
@@ -1008,14 +1014,14 @@ function ke() {
1008
1014
  try {
1009
1015
  throw Error();
1010
1016
  } catch (V) {
1011
- f = V;
1017
+ w = V;
1012
1018
  }
1013
1019
  s();
1014
1020
  }
1015
1021
  } catch (V) {
1016
- if (V && f && typeof V.stack == "string") {
1022
+ if (V && w && typeof V.stack == "string") {
1017
1023
  for (var S = V.stack.split(`
1018
- `), k = f.stack.split(`
1024
+ `), k = w.stack.split(`
1019
1025
  `), L = S.length - 1, $ = k.length - 1; L >= 1 && $ >= 0 && S[L] !== k[$]; )
1020
1026
  $--;
1021
1027
  for (; L >= 1 && $ >= 0; L--, $--)
@@ -1032,15 +1038,15 @@ function ke() {
1032
1038
  }
1033
1039
  }
1034
1040
  } finally {
1035
- y1 = !1, C1.current = T, V3(), Error.prepareStackTrace = E;
1041
+ y1 = !1, C1.current = T, H3(), Error.prepareStackTrace = E;
1036
1042
  }
1037
1043
  var t1 = s ? s.displayName || s.name : "", Q = t1 ? u1(t1) : "";
1038
1044
  return typeof s == "function" && d1.set(s, Q), Q;
1039
1045
  }
1040
- function H3(s, l, d) {
1046
+ function K3(s, l, d) {
1041
1047
  return J1(s, !1);
1042
1048
  }
1043
- function F3(s) {
1049
+ function q3(s) {
1044
1050
  var l = s.prototype;
1045
1051
  return !!(l && l.isReactComponent);
1046
1052
  }
@@ -1048,23 +1054,23 @@ function ke() {
1048
1054
  if (s == null)
1049
1055
  return "";
1050
1056
  if (typeof s == "function")
1051
- return J1(s, F3(s));
1057
+ return J1(s, q3(s));
1052
1058
  if (typeof s == "string")
1053
1059
  return u1(s);
1054
1060
  switch (s) {
1055
- case p:
1056
- return u1("Suspense");
1057
1061
  case m:
1062
+ return u1("Suspense");
1063
+ case M:
1058
1064
  return u1("SuspenseList");
1059
1065
  }
1060
1066
  if (typeof s == "object")
1061
1067
  switch (s.$$typeof) {
1062
1068
  case h:
1063
- return H3(s.render);
1069
+ return K3(s.render);
1064
1070
  case P:
1065
1071
  return v1(s.type, l, d);
1066
1072
  case H: {
1067
- var f = s, E = f._payload, T = f._init;
1073
+ var w = s, E = w._payload, T = w._init;
1068
1074
  try {
1069
1075
  return v1(T(E), l, d);
1070
1076
  } catch {
@@ -1081,7 +1087,7 @@ function ke() {
1081
1087
  } else
1082
1088
  Q1.setExtraStackFrame(null);
1083
1089
  }
1084
- function K3(s, l, d, f, E) {
1090
+ function G3(s, l, d, w, E) {
1085
1091
  {
1086
1092
  var T = Function.call.bind(s1);
1087
1093
  for (var y in s)
@@ -1089,28 +1095,28 @@ function ke() {
1089
1095
  var S = void 0;
1090
1096
  try {
1091
1097
  if (typeof s[y] != "function") {
1092
- var k = Error((f || "React class") + ": " + d + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof s[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1098
+ var k = Error((w || "React class") + ": " + d + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof s[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
1093
1099
  throw k.name = "Invariant Violation", k;
1094
1100
  }
1095
- S = s[y](l, y, f, d, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1101
+ S = s[y](l, y, w, d, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
1096
1102
  } catch (L) {
1097
1103
  S = L;
1098
1104
  }
1099
- S && !(S instanceof Error) && (h1(E), x("%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).", f || "React class", d, y, typeof S), h1(null)), S instanceof Error && !(S.message in X1) && (X1[S.message] = !0, h1(E), x("Failed %s type: %s", d, S.message), h1(null));
1105
+ S && !(S instanceof Error) && (h1(E), x("%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).", w || "React class", d, y, typeof S), h1(null)), S instanceof Error && !(S.message in X1) && (X1[S.message] = !0, h1(E), x("Failed %s type: %s", d, S.message), h1(null));
1100
1106
  }
1101
1107
  }
1102
1108
  }
1103
- var q3 = Array.isArray;
1109
+ var Y3 = Array.isArray;
1104
1110
  function I1(s) {
1105
- return q3(s);
1111
+ return Y3(s);
1106
1112
  }
1107
- function G3(s) {
1113
+ function z3(s) {
1108
1114
  {
1109
1115
  var l = typeof Symbol == "function" && Symbol.toStringTag, d = l && s[Symbol.toStringTag] || s.constructor.name || "Object";
1110
1116
  return d;
1111
1117
  }
1112
1118
  }
1113
- function Y3(s) {
1119
+ function J3(s) {
1114
1120
  try {
1115
1121
  return N1(s), !1;
1116
1122
  } catch {
@@ -1121,16 +1127,16 @@ function ke() {
1121
1127
  return "" + s;
1122
1128
  }
1123
1129
  function e3(s) {
1124
- if (Y3(s))
1125
- return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", G3(s)), N1(s);
1130
+ if (J3(s))
1131
+ return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", z3(s)), N1(s);
1126
1132
  }
1127
- var t3 = b.ReactCurrentOwner, z3 = {
1133
+ var t3 = b.ReactCurrentOwner, X3 = {
1128
1134
  key: !0,
1129
1135
  ref: !0,
1130
1136
  __self: !0,
1131
1137
  __source: !0
1132
1138
  }, n3, o3;
1133
- function J3(s) {
1139
+ function Q3(s) {
1134
1140
  if (s1.call(s, "ref")) {
1135
1141
  var l = Object.getOwnPropertyDescriptor(s, "ref").get;
1136
1142
  if (l && l.isReactWarning)
@@ -1138,7 +1144,7 @@ function ke() {
1138
1144
  }
1139
1145
  return s.ref !== void 0;
1140
1146
  }
1141
- function X3(s) {
1147
+ function N3(s) {
1142
1148
  if (s1.call(s, "key")) {
1143
1149
  var l = Object.getOwnPropertyDescriptor(s, "key").get;
1144
1150
  if (l && l.isReactWarning)
@@ -1146,10 +1152,10 @@ function ke() {
1146
1152
  }
1147
1153
  return s.key !== void 0;
1148
1154
  }
1149
- function Q3(s, l) {
1155
+ function e2(s, l) {
1150
1156
  typeof s.ref == "string" && t3.current;
1151
1157
  }
1152
- function N3(s, l) {
1158
+ function t2(s, l) {
1153
1159
  {
1154
1160
  var d = function() {
1155
1161
  n3 || (n3 = !0, x("%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)", l));
@@ -1160,7 +1166,7 @@ function ke() {
1160
1166
  });
1161
1167
  }
1162
1168
  }
1163
- function e2(s, l) {
1169
+ function n2(s, l) {
1164
1170
  {
1165
1171
  var d = function() {
1166
1172
  o3 || (o3 = !0, x("%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)", l));
@@ -1171,7 +1177,7 @@ function ke() {
1171
1177
  });
1172
1178
  }
1173
1179
  }
1174
- var t2 = function(s, l, d, f, E, T, y) {
1180
+ var o2 = function(s, l, d, w, E, T, y) {
1175
1181
  var S = {
1176
1182
  // This tag allows us to uniquely identify this as a React Element
1177
1183
  $$typeof: t,
@@ -1192,7 +1198,7 @@ function ke() {
1192
1198
  configurable: !1,
1193
1199
  enumerable: !1,
1194
1200
  writable: !1,
1195
- value: f
1201
+ value: w
1196
1202
  }), Object.defineProperty(S, "_source", {
1197
1203
  configurable: !1,
1198
1204
  enumerable: !1,
@@ -1200,12 +1206,12 @@ function ke() {
1200
1206
  value: E
1201
1207
  }), Object.freeze && (Object.freeze(S.props), Object.freeze(S)), S;
1202
1208
  };
1203
- function n2(s, l, d, f, E) {
1209
+ function s2(s, l, d, w, E) {
1204
1210
  {
1205
1211
  var T, y = {}, S = null, k = null;
1206
- d !== void 0 && (e3(d), S = "" + d), X3(l) && (e3(l.key), S = "" + l.key), J3(l) && (k = l.ref, Q3(l, E));
1212
+ d !== void 0 && (e3(d), S = "" + d), N3(l) && (e3(l.key), S = "" + l.key), Q3(l) && (k = l.ref, e2(l, E));
1207
1213
  for (T in l)
1208
- s1.call(l, T) && !z3.hasOwnProperty(T) && (y[T] = l[T]);
1214
+ s1.call(l, T) && !X3.hasOwnProperty(T) && (y[T] = l[T]);
1209
1215
  if (s && s.defaultProps) {
1210
1216
  var L = s.defaultProps;
1211
1217
  for (T in L)
@@ -1213,9 +1219,9 @@ function ke() {
1213
1219
  }
1214
1220
  if (S || k) {
1215
1221
  var $ = typeof s == "function" ? s.displayName || s.name || "Unknown" : s;
1216
- S && N3(y, $), k && e2(y, $);
1222
+ S && t2(y, $), k && n2(y, $);
1217
1223
  }
1218
- return t2(s, S, k, E, f, t3.current, y);
1224
+ return o2(s, S, k, E, w, t3.current, y);
1219
1225
  }
1220
1226
  }
1221
1227
  var R1 = b.ReactCurrentOwner, s3 = b.ReactDebugCurrentFrame;
@@ -1243,11 +1249,11 @@ Check the render method of \`` + s + "`.";
1243
1249
  return "";
1244
1250
  }
1245
1251
  }
1246
- function o2(s) {
1252
+ function c2(s) {
1247
1253
  return "";
1248
1254
  }
1249
1255
  var r3 = {};
1250
- function s2(s) {
1256
+ function r2(s) {
1251
1257
  {
1252
1258
  var l = c3();
1253
1259
  if (!l) {
@@ -1264,12 +1270,12 @@ Check the top-level render call using <` + d + ">.");
1264
1270
  if (!s._store || s._store.validated || s.key != null)
1265
1271
  return;
1266
1272
  s._store.validated = !0;
1267
- var d = s2(l);
1273
+ var d = r2(l);
1268
1274
  if (r3[d])
1269
1275
  return;
1270
1276
  r3[d] = !0;
1271
- var f = "";
1272
- s && s._owner && s._owner !== R1.current && (f = " It was passed a child from " + J(s._owner.type) + "."), e1(s), x('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', d, f), e1(null);
1277
+ var w = "";
1278
+ s && s._owner && s._owner !== R1.current && (w = " It was passed a child from " + J(s._owner.type) + "."), e1(s), x('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', d, w), e1(null);
1273
1279
  }
1274
1280
  }
1275
1281
  function i3(s, l) {
@@ -1278,8 +1284,8 @@ Check the top-level render call using <` + d + ">.");
1278
1284
  return;
1279
1285
  if (I1(s))
1280
1286
  for (var d = 0; d < s.length; d++) {
1281
- var f = s[d];
1282
- T1(f) && l3(f, l);
1287
+ var w = s[d];
1288
+ T1(w) && l3(w, l);
1283
1289
  }
1284
1290
  else if (T1(s))
1285
1291
  s._store && (s._store.validated = !0);
@@ -1291,7 +1297,7 @@ Check the top-level render call using <` + d + ">.");
1291
1297
  }
1292
1298
  }
1293
1299
  }
1294
- function c2(s) {
1300
+ function l2(s) {
1295
1301
  {
1296
1302
  var l = s.type;
1297
1303
  if (l == null || typeof l == "string")
@@ -1306,8 +1312,8 @@ Check the top-level render call using <` + d + ">.");
1306
1312
  else
1307
1313
  return;
1308
1314
  if (d) {
1309
- var f = J(l);
1310
- K3(d, s.props, "prop", f, s);
1315
+ var w = J(l);
1316
+ G3(d, s.props, "prop", w, s);
1311
1317
  } else if (l.PropTypes !== void 0 && !E1) {
1312
1318
  E1 = !0;
1313
1319
  var E = J(l);
@@ -1316,12 +1322,12 @@ Check the top-level render call using <` + d + ">.");
1316
1322
  typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && x("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
1317
1323
  }
1318
1324
  }
1319
- function r2(s) {
1325
+ function i2(s) {
1320
1326
  {
1321
1327
  for (var l = Object.keys(s.props), d = 0; d < l.length; d++) {
1322
- var f = l[d];
1323
- if (f !== "children" && f !== "key") {
1324
- e1(s), x("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), e1(null);
1328
+ var w = l[d];
1329
+ if (w !== "children" && w !== "key") {
1330
+ e1(s), x("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", w), e1(null);
1325
1331
  break;
1326
1332
  }
1327
1333
  }
@@ -1329,24 +1335,24 @@ Check the top-level render call using <` + d + ">.");
1329
1335
  }
1330
1336
  }
1331
1337
  var a3 = {};
1332
- function u3(s, l, d, f, E, T) {
1338
+ function u3(s, l, d, w, E, T) {
1333
1339
  {
1334
1340
  var y = j1(s);
1335
1341
  if (!y) {
1336
1342
  var S = "";
1337
1343
  (s === void 0 || typeof s == "object" && s !== null && Object.keys(s).length === 0) && (S += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
1338
- var k = o2();
1344
+ var k = c2();
1339
1345
  k ? S += k : S += c3();
1340
1346
  var L;
1341
1347
  s === null ? L = "null" : I1(s) ? L = "array" : s !== void 0 && s.$$typeof === t ? (L = "<" + (J(s.type) || "Unknown") + " />", S = " Did you accidentally export a JSX literal instead of a component?") : L = typeof s, x("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", L, S);
1342
1348
  }
1343
- var $ = n2(s, l, d, E, T);
1349
+ var $ = s2(s, l, d, E, T);
1344
1350
  if ($ == null)
1345
1351
  return $;
1346
1352
  if (y) {
1347
1353
  var F = l.children;
1348
1354
  if (F !== void 0)
1349
- if (f)
1355
+ if (w)
1350
1356
  if (I1(F)) {
1351
1357
  for (var t1 = 0; t1 < F.length; t1++)
1352
1358
  i3(F[t1], s);
@@ -1357,84 +1363,84 @@ Check the top-level render call using <` + d + ">.");
1357
1363
  i3(F, s);
1358
1364
  }
1359
1365
  if (s1.call(l, "key")) {
1360
- var Q = J(s), V = Object.keys(l).filter(function(v2) {
1361
- return v2 !== "key";
1366
+ var Q = J(s), V = Object.keys(l).filter(function(g2) {
1367
+ return g2 !== "key";
1362
1368
  }), D1 = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
1363
1369
  if (!a3[Q + D1]) {
1364
- var d2 = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
1370
+ var h2 = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
1365
1371
  x(`A props object containing a "key" prop is being spread into JSX:
1366
1372
  let props = %s;
1367
1373
  <%s {...props} />
1368
1374
  React keys must be passed directly to JSX without using spread:
1369
1375
  let props = %s;
1370
- <%s key={someKey} {...props} />`, D1, Q, d2, Q), a3[Q + D1] = !0;
1376
+ <%s key={someKey} {...props} />`, D1, Q, h2, Q), a3[Q + D1] = !0;
1371
1377
  }
1372
1378
  }
1373
- return s === c ? r2($) : c2($), $;
1379
+ return s === c ? i2($) : l2($), $;
1374
1380
  }
1375
1381
  }
1376
- function l2(s, l, d) {
1382
+ function a2(s, l, d) {
1377
1383
  return u3(s, l, d, !0);
1378
1384
  }
1379
- function i2(s, l, d) {
1385
+ function u2(s, l, d) {
1380
1386
  return u3(s, l, d, !1);
1381
1387
  }
1382
- var a2 = i2, u2 = l2;
1383
- l1.Fragment = c, l1.jsx = a2, l1.jsxs = u2;
1388
+ var d2 = u2, v2 = a2;
1389
+ l1.Fragment = c, l1.jsx = d2, l1.jsxs = v2;
1384
1390
  }()), l1;
1385
1391
  }
1386
1392
  var p3;
1387
- function Oe() {
1388
- return p3 || (p3 = 1, process.env.NODE_ENV === "production" ? w1.exports = Be() : w1.exports = ke()), w1.exports;
1389
- }
1390
- var n = Oe();
1391
- const We = "_mwfit_ppa3l_1", Ve = {
1392
- mwfit: We
1393
- }, Ue = () => {
1394
- const { reconnect: e } = R(), t = C3(), o = we(), c = pe();
1393
+ function Ve() {
1394
+ return p3 || (p3 = 1, process.env.NODE_ENV === "production" ? w1.exports = Oe() : w1.exports = We()), w1.exports;
1395
+ }
1396
+ var n = Ve();
1397
+ const Ue = "_mwfit_ppa3l_1", He = {
1398
+ mwfit: Ue
1399
+ }, Fe = () => {
1400
+ const { reconnect: e } = R(), t = y3(), o = me(), c = Me();
1395
1401
  return /* @__PURE__ */ n.jsxs("div", { className: "vh-100 d-flex flex-column flex-grow-1 justify-content-center align-items-center gap-5 ", children: [
1396
- /* @__PURE__ */ n.jsxs("div", { className: `${Ve.mwfit} mx-auto text-center`, children: [
1402
+ /* @__PURE__ */ n.jsxs("div", { className: `${He.mwfit} mx-auto text-center`, children: [
1397
1403
  t === void 0 ? /* @__PURE__ */ n.jsx("h2", { children: "Connecting..." }) : /* @__PURE__ */ n.jsx("h2", { children: "Disconnected" }),
1398
1404
  o && /* @__PURE__ */ n.jsx("h5", { className: "mt-1", children: o })
1399
1405
  ] }),
1400
1406
  c && /* @__PURE__ */ n.jsx("button", { className: "btn btn-secondary btn-lg", onPointerDown: e, children: "Reconnect" })
1401
1407
  ] });
1402
- }, A3 = Z2({
1408
+ }, k3 = j2({
1403
1409
  sendMessage: () => null,
1404
1410
  sendSimpleMessage: () => null,
1405
1411
  addEventHandler: () => null,
1406
1412
  removeEventHandler: () => null,
1407
1413
  reconnect: () => null
1408
- }), He = ({ children: e }) => {
1409
- const t = O1(), o = C3();
1414
+ }), Ke = ({ children: e }) => {
1415
+ const t = O1(), o = y3();
1410
1416
  m1(() => {
1411
- t($3());
1417
+ t(B3());
1412
1418
  }, [t]);
1413
1419
  const c = c1(
1414
- (h, p) => {
1415
- t(Te(h, p));
1420
+ (h, m) => {
1421
+ t(_e(h, m));
1416
1422
  },
1417
1423
  [t]
1418
1424
  ), r = c1(
1419
- (h, p) => {
1420
- c(h, { value: p });
1425
+ (h, m) => {
1426
+ c(h, { value: m });
1421
1427
  },
1422
1428
  [c]
1423
1429
  ), i = c1(
1424
- (h, p, m) => {
1425
- t(De(h, p, m));
1430
+ (h, m, M) => {
1431
+ t(Pe(h, m, M));
1426
1432
  },
1427
1433
  [t]
1428
1434
  ), v = c1(
1429
- (h, p) => {
1430
- t(_e(h, p));
1435
+ (h, m) => {
1436
+ t(Le(h, m));
1431
1437
  },
1432
1438
  [t]
1433
1439
  ), u = c1(() => {
1434
- t(Pe());
1440
+ t($e());
1435
1441
  }, [t]);
1436
1442
  return /* @__PURE__ */ n.jsx(
1437
- A3.Provider,
1443
+ k3.Provider,
1438
1444
  {
1439
1445
  value: {
1440
1446
  sendMessage: c,
@@ -1443,14 +1449,14 @@ const We = "_mwfit_ppa3l_1", Ve = {
1443
1449
  removeEventHandler: v,
1444
1450
  reconnect: u
1445
1451
  },
1446
- children: o ? e : /* @__PURE__ */ n.jsx(Ue, {})
1452
+ children: o ? e : /* @__PURE__ */ n.jsx(Fe, {})
1447
1453
  }
1448
1454
  );
1449
- }, $6 = ({ children: e }) => /* @__PURE__ */ n.jsx(m2, { store: Ae, children: /* @__PURE__ */ n.jsx(He, { children: e }) });
1455
+ }, O6 = ({ children: e }) => /* @__PURE__ */ n.jsx(x2, { store: ke, children: /* @__PURE__ */ n.jsx(Ke, { children: e }) });
1450
1456
  function R() {
1451
- return S2(A3);
1457
+ return C2(k3);
1452
1458
  }
1453
- function Fe({
1459
+ function qe({
1454
1460
  onPress: e,
1455
1461
  onRelease: t,
1456
1462
  onHold: o,
@@ -1484,7 +1490,7 @@ function g(e, t) {
1484
1490
  function v() {
1485
1491
  r.current && (clearInterval(r.current), r.current = null), c(`${e}/${t}`, { value: "released" });
1486
1492
  }
1487
- return Fe({ onPress: i, onRelease: v });
1493
+ return qe({ onPress: i, onRelease: v });
1488
1494
  }
1489
1495
  function Z1(e) {
1490
1496
  const { sendMessage: t } = R(), o = g(`${e}`, "volumeUp"), c = g(`${e}`, "volumeDown");
@@ -1494,7 +1500,7 @@ function Z1(e) {
1494
1500
  muteToggle: () => t(`${e}/muteToggle`, null)
1495
1501
  };
1496
1502
  }
1497
- function A6(e) {
1503
+ function W6(e) {
1498
1504
  const { sendMessage: t } = R(), o = g(`${e}`, "volumeUp"), c = g(`${e}`, "volumeDown");
1499
1505
  return {
1500
1506
  volumeUp: o,
@@ -1502,7 +1508,7 @@ function A6(e) {
1502
1508
  muteToggle: () => t(`${e}/muteToggle`, null)
1503
1509
  };
1504
1510
  }
1505
- function B3(e, t) {
1511
+ function O3(e, t) {
1506
1512
  const { sendMessage: o, sendSimpleMessage: c } = R(), r = Z1(e);
1507
1513
  if (!r) {
1508
1514
  console.log("baseVolume is undefined");
@@ -1520,7 +1526,7 @@ function B3(e, t) {
1520
1526
  muteOff: () => o(`${e}/muteOff`, null)
1521
1527
  };
1522
1528
  }
1523
- function B6(e, t) {
1529
+ function V6(e, t) {
1524
1530
  const { sendMessage: o, sendSimpleMessage: c } = R(), r = Z1(e);
1525
1531
  if (!r) {
1526
1532
  console.log("baseVolume is undefined");
@@ -1538,11 +1544,11 @@ function B6(e, t) {
1538
1544
  muteOff: () => o(`${e}/muteOff`, null)
1539
1545
  };
1540
1546
  }
1541
- function Ke(e) {
1547
+ function Ge(e) {
1542
1548
  const t = _(e), o = `/device/${e}`;
1543
- return B3(o, t == null ? void 0 : t.volume);
1549
+ return O3(o, t == null ? void 0 : t.volume);
1544
1550
  }
1545
- function k3(e) {
1551
+ function W3(e) {
1546
1552
  const { sendMessage: t } = R();
1547
1553
  return { powerOn: () => {
1548
1554
  t(`/device/${e}/powerOn`, null);
@@ -1558,7 +1564,7 @@ function k1(e) {
1558
1564
  t(`/device/${e}/${r}`, null);
1559
1565
  } } : void 0;
1560
1566
  }
1561
- function qe(e) {
1567
+ function Ye(e) {
1562
1568
  const { sendMessage: t } = R(), o = _(e), c = () => {
1563
1569
  t(`/device/${e}/setDefaultChannelLevels`, null);
1564
1570
  }, r = () => {
@@ -1569,8 +1575,8 @@ function qe(e) {
1569
1575
  };
1570
1576
  return o ? { levelControls: o.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
1571
1577
  }
1572
- function k6(e) {
1573
- const t = _(e), o = k3(e), c = k1(e), r = k1(e), i = Ke(e), v = qe(e);
1578
+ function U6(e) {
1579
+ const t = _(e), o = W3(e), c = k1(e), r = k1(e), i = Ge(e), v = Ye(e);
1574
1580
  if (t)
1575
1581
  return {
1576
1582
  avrState: t,
@@ -1581,7 +1587,7 @@ function k6(e) {
1581
1587
  mainVolumeControl: i
1582
1588
  };
1583
1589
  }
1584
- const O6 = ({ className: e }) => {
1590
+ const H6 = ({ className: e }) => {
1585
1591
  const [t, o] = Y();
1586
1592
  return m1(() => {
1587
1593
  setInterval(() => {
@@ -1593,7 +1599,7 @@ const O6 = ({ className: e }) => {
1593
1599
  " new change"
1594
1600
  ] });
1595
1601
  };
1596
- function W6(e) {
1602
+ function F6(e) {
1597
1603
  const { sendMessage: t } = R(), o = _(e), c = `/device/${e}`;
1598
1604
  return o ? { state: o, recallPreset: (v, u) => {
1599
1605
  t(`${c}/presets/recall`, { deviceKey: v, preset: u });
@@ -1601,50 +1607,50 @@ function W6(e) {
1601
1607
  t(`${c}/presets/save`, v);
1602
1608
  } } : void 0;
1603
1609
  }
1604
- function V6(e) {
1610
+ function K6(e) {
1605
1611
  const t = _(e);
1606
1612
  if (t)
1607
1613
  return { endpointState: t };
1608
1614
  }
1609
- function U6(e) {
1615
+ function q6(e) {
1610
1616
  const t = `/device/${e}`, o = g(t, "chanUp"), c = g(t, "chanDown"), r = g(t, "lastChan"), i = g(t, "guide"), v = g(t, "info"), u = g(t, "exit");
1611
1617
  return { channelUp: o, channelDown: c, lastChannel: r, guide: i, info: v, exit: u };
1612
1618
  }
1613
- function H6(e) {
1619
+ function G6(e) {
1614
1620
  const t = `/device/${e}`, o = g(t, "red"), c = g(t, "green"), r = g(t, "yellow"), i = g(t, "blue");
1615
1621
  return { red: o, green: c, yellow: r, blue: i };
1616
1622
  }
1617
- function F6(e) {
1623
+ function Y6(e) {
1618
1624
  const t = _(e);
1619
1625
  if (t)
1620
1626
  return {
1621
1627
  communicationMonitorState: t
1622
1628
  };
1623
1629
  }
1624
- function K6(e) {
1630
+ function z6(e) {
1625
1631
  const t = _(e);
1626
1632
  if (t)
1627
1633
  return t.deviceInfo || void 0;
1628
1634
  }
1629
- function q6(e) {
1635
+ function J6(e) {
1630
1636
  const t = `/device/${e}`, o = g(t, "up"), c = g(t, "down"), r = g(t, "left"), i = g(t, "right"), v = g(t, "select"), u = g(t, "menu"), h = g(t, "exit");
1631
1637
  return { up: o, down: c, left: r, right: i, select: v, menu: u, exit: h };
1632
1638
  }
1633
- function G6(e) {
1634
- const { sendMessage: t } = R(), o = `/device/${e}`, c = _(e), r = g(o, "cameraUp"), i = g(o, "cameraDown"), v = g(o, "cameraLeft"), u = g(o, "cameraRight"), h = g(o, "cameraZoomIn"), p = g(o, "cameraZoomOut"), m = (P) => t("/camera/recallPreset", P);
1639
+ function X6(e) {
1640
+ const { sendMessage: t } = R(), o = `/device/${e}`, c = _(e), r = g(o, "cameraUp"), i = g(o, "cameraDown"), v = g(o, "cameraLeft"), u = g(o, "cameraRight"), h = g(o, "cameraZoomIn"), m = g(o, "cameraZoomOut"), M = (P) => t("/camera/recallPreset", P);
1635
1641
  if (c)
1636
1642
  return {
1637
1643
  state: c,
1638
1644
  zoomIn: h,
1639
- zoomOut: p,
1645
+ zoomOut: m,
1640
1646
  up: r,
1641
1647
  down: i,
1642
1648
  left: v,
1643
1649
  right: u,
1644
- recallPreset: m
1650
+ recallPreset: M
1645
1651
  };
1646
1652
  }
1647
- function Y6(e) {
1653
+ function Q6(e) {
1648
1654
  const { sendMessage: t } = R();
1649
1655
  return { recallPreset: (c) => {
1650
1656
  t(
@@ -1653,11 +1659,11 @@ function Y6(e) {
1653
1659
  );
1654
1660
  } };
1655
1661
  }
1656
- function z6(e) {
1662
+ function N6(e) {
1657
1663
  const t = `/device/${e}`, o = g(t, "dvrList"), c = g(t, "record");
1658
1664
  return { dvrList: o, record: c };
1659
1665
  }
1660
- function J6(e) {
1666
+ function et(e) {
1661
1667
  const { sendMessage: t } = R(), o = _(e);
1662
1668
  return o ? { roomCombinerState: o, setAutoMode: () => {
1663
1669
  t(`/device/${e}/setAutoMode`, null);
@@ -1671,7 +1677,7 @@ function J6(e) {
1671
1677
  t(`/device/${e}/setRoomCombinationScenario`, h);
1672
1678
  } } : void 0;
1673
1679
  }
1674
- function X6(e) {
1680
+ function tt(e) {
1675
1681
  const { sendMessage: t } = R(), o = `/device/${e}`, c = _(e);
1676
1682
  return c ? {
1677
1683
  state: c,
@@ -1680,41 +1686,41 @@ function X6(e) {
1680
1686
  }
1681
1687
  } : void 0;
1682
1688
  }
1683
- function Q6(e) {
1689
+ function nt(e) {
1684
1690
  const t = _(e);
1685
1691
  if (t)
1686
1692
  return { state: t };
1687
1693
  }
1688
- function N6(e) {
1689
- const { sendMessage: t, sendSimpleMessage: o } = R(), c = _(e), r = N2(e), i = c || r;
1694
+ function ot(e) {
1695
+ const { sendMessage: t, sendSimpleMessage: o } = R(), c = _(e), r = te(e), i = c || r;
1690
1696
  return i ? {
1691
1697
  levelState: i,
1692
- setLevel: (m, P) => o(`${m}/level`, P),
1693
- muteToggle: (m) => t(`${m}/muteToggle`, null),
1694
- muteOn: (m) => t(`${m}/muteOn`, null),
1695
- muteOff: (m) => t(`${m}/muteOff`, null)
1698
+ setLevel: (M, P) => o(`${M}/level`, P),
1699
+ muteToggle: (M) => t(`${M}/muteToggle`, null),
1700
+ muteOn: (M) => t(`${M}/muteOn`, null),
1701
+ muteOff: (M) => t(`${M}/muteOff`, null)
1696
1702
  } : void 0;
1697
1703
  }
1698
- function et(e) {
1704
+ function st(e) {
1699
1705
  const { sendMessage: t } = R(), o = _(e);
1700
1706
  return o ? { lightingState: o, selectScene: (r) => {
1701
1707
  t(`/device/${e}/selectScene`, r);
1702
1708
  } } : void 0;
1703
1709
  }
1704
- function tt(e) {
1710
+ function ct(e) {
1705
1711
  const { sendMessage: t } = R(), o = _(e);
1706
1712
  return o ? { matrixRoutingState: o, setRoute: (r) => {
1707
1713
  t(`/device/${e}/route`, r);
1708
1714
  } } : void 0;
1709
1715
  }
1710
- function nt(e) {
1716
+ function rt(e) {
1711
1717
  const { sendMessage: t } = R();
1712
1718
  return { closeApp: () => {
1713
1719
  t(`/device/${e}/closeWebViewController`, null);
1714
1720
  } };
1715
1721
  }
1716
- function ot(e) {
1717
- const t = `/device/${e}`, o = g(t, "num0"), c = g(t, "num1"), r = g(t, "num2"), i = g(t, "num3"), v = g(t, "num4"), u = g(t, "num5"), h = g(t, "num6"), p = g(t, "num7"), m = g(t, "num8"), P = g(t, "num9"), H = g(t, "numDash"), a = g(t, "numEnter");
1722
+ function lt(e) {
1723
+ const t = `/device/${e}`, o = g(t, "num0"), c = g(t, "num1"), r = g(t, "num2"), i = g(t, "num3"), v = g(t, "num4"), u = g(t, "num5"), h = g(t, "num6"), m = g(t, "num7"), M = g(t, "num8"), P = g(t, "num9"), H = g(t, "numDash"), a = g(t, "numEnter");
1718
1724
  return {
1719
1725
  digit0: o,
1720
1726
  digit1: c,
@@ -1723,14 +1729,14 @@ function ot(e) {
1723
1729
  digit4: v,
1724
1730
  digit5: u,
1725
1731
  digit6: h,
1726
- digit7: p,
1727
- digit8: m,
1732
+ digit7: m,
1733
+ digit8: M,
1728
1734
  digit9: P,
1729
1735
  keypadAccessoryButton1: H,
1730
1736
  keypadAccessoryButton2: a
1731
1737
  };
1732
1738
  }
1733
- function st(e) {
1739
+ function it(e) {
1734
1740
  const { sendMessage: t } = R(), o = _(e);
1735
1741
  return o ? { projectorScreenLiftControlState: o, raise: () => {
1736
1742
  t(`/device/${e}/raise`, null);
@@ -1738,35 +1744,35 @@ function st(e) {
1738
1744
  t(`/device/${e}/lower`, null);
1739
1745
  } } : void 0;
1740
1746
  }
1741
- function ct(e) {
1747
+ function at(e) {
1742
1748
  const { sendMessage: t } = R(), o = x1(e);
1743
1749
  return o ? { roomEventScheduleState: o, save: (r) => {
1744
1750
  t(`/room/${e}/saveScheduledEvents`, r);
1745
1751
  } } : void 0;
1746
1752
  }
1747
- function rt(e) {
1753
+ function ut(e) {
1748
1754
  const { sendMessage: t } = R();
1749
1755
  return { runDefaultPresentRoute: () => {
1750
1756
  t(`/room/${e}/defaultsource`, {});
1751
1757
  } };
1752
1758
  }
1753
- function lt(e) {
1759
+ function dt(e) {
1754
1760
  const { sendMessage: t } = R();
1755
1761
  return { runDirectRoute: (c) => {
1756
1762
  t(`/room/${e}/directRoute`, c);
1757
1763
  } };
1758
1764
  }
1759
- function it(e) {
1765
+ function vt(e) {
1760
1766
  const { sendMessage: t } = R();
1761
1767
  return { routingState: _(e), runRoute: (r) => {
1762
1768
  t(`/room/${e}/source`, r);
1763
1769
  } };
1764
1770
  }
1765
- function at(e) {
1771
+ function ht(e) {
1766
1772
  const t = `/device/${e}`, o = g(t, "chanUp"), c = g(t, "chanDown");
1767
1773
  return { dvrList: o, replay: c };
1768
1774
  }
1769
- function ut(e) {
1775
+ function gt(e) {
1770
1776
  const { sendMessage: t } = R(), o = _(e);
1771
1777
  return o ? { shadeState: o, shadeUp: () => {
1772
1778
  t(`/device/${e}/shadeUp`, null);
@@ -1776,7 +1782,7 @@ function ut(e) {
1776
1782
  t(`/device/${e}/stopOrPreset`, null);
1777
1783
  } } : void 0;
1778
1784
  }
1779
- function dt(e) {
1785
+ function ft(e) {
1780
1786
  const { sendMessage: t } = R(), o = x1(e);
1781
1787
  return o ? { shutdownPromptTimerState: o, setShutdownPromptSeconds: (u) => {
1782
1788
  t(`/room/${e}/setShutdownPromptSeconds`, u);
@@ -1788,7 +1794,7 @@ function dt(e) {
1788
1794
  t(`/room/${e}/shutdownCancel`, null);
1789
1795
  } } : void 0;
1790
1796
  }
1791
- function vt(e) {
1797
+ function wt(e) {
1792
1798
  const { sendMessage: t } = R(), o = _(e);
1793
1799
  return o ? { switchedOutputState: o, on: () => {
1794
1800
  t(`/device/${e}/on`, null);
@@ -1796,7 +1802,7 @@ function vt(e) {
1796
1802
  t(`/device/${e}/off`, null);
1797
1803
  } } : void 0;
1798
1804
  }
1799
- function ht(e) {
1805
+ function pt(e) {
1800
1806
  const { sendMessage: t } = R(), o = x1(e);
1801
1807
  return o ? { techPasswordState: o, validatePassword: (i) => {
1802
1808
  t(`/room/${e}/validateTechPassword`, { password: i });
@@ -1804,11 +1810,11 @@ function ht(e) {
1804
1810
  t(`/room/${e}/setTechPassword`, { oldPassword: i, newPassword: v });
1805
1811
  } } : void 0;
1806
1812
  }
1807
- function gt(e) {
1813
+ function mt(e) {
1808
1814
  const { sendMessage: t } = R(), o = _(e);
1809
1815
  return o ? { state: o, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
1810
1816
  }
1811
- function ft(e) {
1817
+ function Mt(e) {
1812
1818
  const { sendMessage: t } = R(), o = _(e), c = (r) => {
1813
1819
  t(`/device/${e}/saveTheme`, { value: r });
1814
1820
  };
@@ -1817,8 +1823,8 @@ function ft(e) {
1817
1823
  saveTheme: c
1818
1824
  };
1819
1825
  }
1820
- function wt(e) {
1821
- const t = `/device/${e}`, o = g(t, "play"), c = g(t, "pause"), r = g(t, "stop"), i = g(t, "prevTrack"), v = g(t, "nextTrack"), u = g(t, "rewind"), h = g(t, "ffwd"), p = g(t, "record");
1826
+ function xt(e) {
1827
+ const t = `/device/${e}`, o = g(t, "play"), c = g(t, "pause"), r = g(t, "stop"), i = g(t, "prevTrack"), v = g(t, "nextTrack"), u = g(t, "rewind"), h = g(t, "ffwd"), m = g(t, "record");
1822
1828
  return {
1823
1829
  play: o,
1824
1830
  pause: c,
@@ -1827,10 +1833,10 @@ function wt(e) {
1827
1833
  nextTrack: v,
1828
1834
  rewind: u,
1829
1835
  fastForward: h,
1830
- record: p
1836
+ record: m
1831
1837
  };
1832
1838
  }
1833
- function pt(e) {
1839
+ function Zt(e) {
1834
1840
  const t = _(e), { sendMessage: o } = R();
1835
1841
  return t ? {
1836
1842
  touchpanelState: t,
@@ -1846,8 +1852,8 @@ function pt(e) {
1846
1852
  } }
1847
1853
  } : void 0;
1848
1854
  }
1849
- function mt(e) {
1850
- const t = _(e), o = k3(e), c = k1(e);
1855
+ function St(e) {
1856
+ const t = _(e), o = W3(e), c = k1(e);
1851
1857
  if (!t) return;
1852
1858
  const r = (t.powerState || t.isWarming) && !t.isCooling, i = (!t.powerState || t.isCooling) && !t.isWarming;
1853
1859
  return {
@@ -1857,11 +1863,11 @@ function mt(e) {
1857
1863
  powerFb: { powerOnFb: r, powerOffFb: i }
1858
1864
  };
1859
1865
  }
1860
- function Mt(e) {
1866
+ function jt(e) {
1861
1867
  const t = `/device/${e}`;
1862
1868
  return Z1(t);
1863
1869
  }
1864
- const xt = ({
1870
+ const Ct = ({
1865
1871
  config: e
1866
1872
  }) => {
1867
1873
  const { sendMessage: t } = R();
@@ -1894,49 +1900,49 @@ const xt = ({
1894
1900
  });
1895
1901
  }, [e, t]);
1896
1902
  };
1897
- function Zt(e, t) {
1903
+ function bt(e, t) {
1898
1904
  const [o, c] = Y(!1), [r, i] = Y(!1);
1899
1905
  return x3(() => {
1900
1906
  const { current: v } = e, u = () => {
1901
- const h = v && v.scrollHeight > v.clientHeight, p = v && v.scrollWidth > v.clientWidth;
1902
- i(h ?? !1), c(p ?? !1), t && t(h ?? !1, p ?? !1);
1907
+ const h = v && v.scrollHeight > v.clientHeight, m = v && v.scrollWidth > v.clientWidth;
1908
+ i(h ?? !1), c(m ?? !1), t && t(h ?? !1, m ?? !1);
1903
1909
  };
1904
1910
  v && u();
1905
1911
  }, [e, t]), { overflowHorizontal: o, overflowVertical: r };
1906
1912
  }
1907
- function St(e, t) {
1913
+ function yt(e, t) {
1908
1914
  const o = `/room/${e}/volumes/${t}`;
1909
1915
  return Z1(o);
1910
1916
  }
1911
- function jt(e, t) {
1912
- const o = Q2(e, t), c = `/room/${e}/volumes/${t}`;
1913
- return B3(c, o);
1917
+ function It(e, t) {
1918
+ const o = ee(e, t), c = `/room/${e}/volumes/${t}`;
1919
+ return O3(c, o);
1914
1920
  }
1915
- function Ct(e) {
1921
+ function Rt(e) {
1916
1922
  var u, h;
1917
- const [t, o] = Y(((u = e == null ? void 0 : e.current) == null ? void 0 : u.scrollLeft) ?? 0), [c, r] = Y(((h = e == null ? void 0 : e.current) == null ? void 0 : h.scrollTop) ?? 0), i = (p) => {
1918
- const { current: m } = e;
1919
- m && (console.log(m.scrollLeft), m.scrollLeft += p, console.log(m.scrollLeft));
1920
- }, v = (p) => {
1921
- const { current: m } = e;
1922
- m && (console.log(m.scrollTop), m.scrollTop += p, console.log(m.scrollTop));
1923
+ const [t, o] = Y(((u = e == null ? void 0 : e.current) == null ? void 0 : u.scrollLeft) ?? 0), [c, r] = Y(((h = e == null ? void 0 : e.current) == null ? void 0 : h.scrollTop) ?? 0), i = (m) => {
1924
+ const { current: M } = e;
1925
+ M && (console.log(M.scrollLeft), M.scrollLeft += m, console.log(M.scrollLeft));
1926
+ }, v = (m) => {
1927
+ const { current: M } = e;
1928
+ M && (console.log(M.scrollTop), M.scrollTop += m, console.log(M.scrollTop));
1923
1929
  };
1924
1930
  return x3(() => {
1925
- const { current: p } = e, m = () => {
1926
- o((p == null ? void 0 : p.scrollLeft) ?? 0), r((p == null ? void 0 : p.scrollTop) ?? 0);
1931
+ const { current: m } = e, M = () => {
1932
+ o((m == null ? void 0 : m.scrollLeft) ?? 0), r((m == null ? void 0 : m.scrollTop) ?? 0);
1927
1933
  };
1928
- p && m();
1934
+ m && M();
1929
1935
  }, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical: v };
1930
1936
  }
1931
- function bt(e) {
1937
+ function Et(e) {
1932
1938
  const t = O1();
1933
1939
  return [() => {
1934
1940
  t(O.addSyncState(e));
1935
1941
  }, () => {
1936
1942
  t(O.removeSyncState(e));
1937
- }, me(e)];
1943
+ }, xe(e)];
1938
1944
  }
1939
- function yt() {
1945
+ function Tt() {
1940
1946
  const { sendMessage: e } = R();
1941
1947
  return {
1942
1948
  reboot: () => {
@@ -1947,7 +1953,7 @@ function yt() {
1947
1953
  }
1948
1954
  };
1949
1955
  }
1950
- function It() {
1956
+ function Dt() {
1951
1957
  const [e, t] = Y(), [o, c] = Y();
1952
1958
  function r() {
1953
1959
  t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
@@ -1962,10 +1968,10 @@ function It() {
1962
1968
  return () => clearInterval(i);
1963
1969
  }, []), { date: e, time: o };
1964
1970
  }
1965
- const Rt = () => {
1966
- const [e, t] = Y(!1), o = j2(), c = C2();
1971
+ const _t = () => {
1972
+ const [e, t] = Y(!1), o = b2(), c = y2();
1967
1973
  let r;
1968
- return b2(c) ? r = c.statusText : c instanceof Error ? r = c.message : typeof c == "string" ? r = c : (console.error(c), r = "Unknown error"), /* @__PURE__ */ n.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
1974
+ return I2(c) ? r = c.statusText : c instanceof Error ? r = c.message : typeof c == "string" ? r = c : (console.error(c), r = "Unknown error"), /* @__PURE__ */ n.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
1969
1975
  /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger rounded d-flex align-items-center", children: /* @__PURE__ */ n.jsx("span", { className: "fs-5 text-white", children: "We are sorry. Something went wrong." }) }),
1970
1976
  /* @__PURE__ */ n.jsx(
1971
1977
  "button",
@@ -1985,11 +1991,11 @@ const Rt = () => {
1985
1991
  ),
1986
1992
  e && /* @__PURE__ */ n.jsx("p", { children: r })
1987
1993
  ] });
1988
- }, Ge = "_iconbtn_16qss_1", Ye = "_iconbtnvert_16qss_7", ze = "_iconsm_16qss_18", P1 = {
1989
- iconbtn: Ge,
1990
- iconbtnvert: Ye,
1991
- iconsm: ze
1992
- }, Je = ({
1994
+ }, ze = "_iconbtn_16qss_1", Je = "_iconbtnvert_16qss_7", Xe = "_iconsm_16qss_18", P1 = {
1995
+ iconbtn: ze,
1996
+ iconbtnvert: Je,
1997
+ iconsm: Xe
1998
+ }, Qe = ({
1993
1999
  multiIcon: e,
1994
2000
  otherContent: t = null,
1995
2001
  vert: o = !1,
@@ -1999,8 +2005,8 @@ const Rt = () => {
1999
2005
  disabled: v,
2000
2006
  feedback: u,
2001
2007
  feedbackClassName: h,
2002
- onPointerDown: p,
2003
- onPointerUp: m,
2008
+ onPointerDown: m,
2009
+ onPointerUp: M,
2004
2010
  onPointerLeave: P,
2005
2011
  ...H
2006
2012
  }) => {
@@ -2013,10 +2019,10 @@ const Rt = () => {
2013
2019
  ...H,
2014
2020
  disabled: v,
2015
2021
  onPointerDown: (b) => {
2016
- Z(!0), p == null || p(b);
2022
+ Z(!0), m == null || m(b);
2017
2023
  },
2018
2024
  onPointerUp: (b) => {
2019
- Z(!1), m == null || m(b);
2025
+ Z(!1), M == null || M(b);
2020
2026
  },
2021
2027
  onPointerLeave: (b) => {
2022
2028
  Z(!1), P == null || P(b);
@@ -2040,7 +2046,7 @@ const Rt = () => {
2040
2046
  EnabledImage: o,
2041
2047
  active: c,
2042
2048
  disabled: r
2043
- }) => r ? t : c ? e : o, Xe = ({
2049
+ }) => r ? t : c ? e : o, Ne = ({
2044
2050
  active: e,
2045
2051
  className: t = "",
2046
2052
  disabled: o
@@ -2092,7 +2098,7 @@ const Rt = () => {
2092
2098
  active: e,
2093
2099
  disabled: o
2094
2100
  }
2095
- ), Qe = ({
2101
+ ), e8 = ({
2096
2102
  active: e,
2097
2103
  className: t = "",
2098
2104
  disabled: o
@@ -2141,7 +2147,7 @@ const Rt = () => {
2141
2147
  active: e,
2142
2148
  disabled: o
2143
2149
  }
2144
- ), Ne = ({
2150
+ ), t8 = ({
2145
2151
  active: e,
2146
2152
  className: t = "",
2147
2153
  disabled: o
@@ -2181,7 +2187,7 @@ const Rt = () => {
2181
2187
  active: e,
2182
2188
  disabled: o
2183
2189
  }
2184
- ), e8 = ({
2190
+ ), n8 = ({
2185
2191
  active: e,
2186
2192
  className: t = "",
2187
2193
  disabled: o
@@ -2230,7 +2236,7 @@ const Rt = () => {
2230
2236
  active: e,
2231
2237
  disabled: o
2232
2238
  }
2233
- ), t8 = ({
2239
+ ), o8 = ({
2234
2240
  active: e,
2235
2241
  // Just to shut up the linter on this template. Prefer deleting this lint rule
2236
2242
  className: t = "",
@@ -2298,7 +2304,7 @@ const Rt = () => {
2298
2304
  active: e,
2299
2305
  disabled: o
2300
2306
  }
2301
- ), n8 = ({
2307
+ ), s8 = ({
2302
2308
  active: e,
2303
2309
  className: t = "",
2304
2310
  disabled: o
@@ -2347,7 +2353,7 @@ const Rt = () => {
2347
2353
  active: e,
2348
2354
  disabled: o
2349
2355
  }
2350
- ), o8 = ({
2356
+ ), c8 = ({
2351
2357
  active: e,
2352
2358
  className: t = "",
2353
2359
  disabled: o
@@ -2396,7 +2402,7 @@ const Rt = () => {
2396
2402
  active: e,
2397
2403
  disabled: o
2398
2404
  }
2399
- ), s8 = ({
2405
+ ), r8 = ({
2400
2406
  active: e,
2401
2407
  className: t = "",
2402
2408
  disabled: o
@@ -2445,7 +2451,7 @@ const Rt = () => {
2445
2451
  active: e,
2446
2452
  disabled: o
2447
2453
  }
2448
- ), c8 = ({
2454
+ ), l8 = ({
2449
2455
  active: e,
2450
2456
  className: t = "",
2451
2457
  disabled: o
@@ -2494,7 +2500,7 @@ const Rt = () => {
2494
2500
  active: e,
2495
2501
  disabled: o
2496
2502
  }
2497
- ), r8 = ({
2503
+ ), i8 = ({
2498
2504
  active: e,
2499
2505
  className: t = "",
2500
2506
  disabled: o
@@ -2543,7 +2549,7 @@ const Rt = () => {
2543
2549
  active: e,
2544
2550
  disabled: o
2545
2551
  }
2546
- ), l8 = ({
2552
+ ), a8 = ({
2547
2553
  active: e,
2548
2554
  // Just to shut up the linter on this template. Prefer deleting this lint rule
2549
2555
  className: t = "",
@@ -2611,7 +2617,7 @@ const Rt = () => {
2611
2617
  active: e,
2612
2618
  disabled: o
2613
2619
  }
2614
- ), i8 = ({
2620
+ ), u8 = ({
2615
2621
  active: e,
2616
2622
  className: t = "",
2617
2623
  disabled: o
@@ -2660,7 +2666,7 @@ const Rt = () => {
2660
2666
  active: e,
2661
2667
  disabled: o
2662
2668
  }
2663
- ), a8 = ({
2669
+ ), d8 = ({
2664
2670
  active: e,
2665
2671
  className: t = "",
2666
2672
  disabled: o
@@ -2709,7 +2715,7 @@ const Rt = () => {
2709
2715
  active: e,
2710
2716
  disabled: o
2711
2717
  }
2712
- ), u8 = ({
2718
+ ), v8 = ({
2713
2719
  active: e,
2714
2720
  className: t = "",
2715
2721
  disabled: o
@@ -2758,7 +2764,7 @@ const Rt = () => {
2758
2764
  active: e,
2759
2765
  disabled: o
2760
2766
  }
2761
- ), d8 = ({
2767
+ ), h8 = ({
2762
2768
  active: e,
2763
2769
  className: t = "",
2764
2770
  disabled: o
@@ -2807,7 +2813,7 @@ const Rt = () => {
2807
2813
  active: e,
2808
2814
  disabled: o
2809
2815
  }
2810
- ), v8 = ({
2816
+ ), g8 = ({
2811
2817
  active: e,
2812
2818
  className: t = "",
2813
2819
  disabled: o
@@ -2829,7 +2835,7 @@ const Rt = () => {
2829
2835
  active: e,
2830
2836
  disabled: o
2831
2837
  }
2832
- ), h8 = ({
2838
+ ), f8 = ({
2833
2839
  active: e,
2834
2840
  className: t = "",
2835
2841
  disabled: o
@@ -2878,7 +2884,7 @@ const Rt = () => {
2878
2884
  active: e,
2879
2885
  disabled: o
2880
2886
  }
2881
- ), g8 = ({
2887
+ ), w8 = ({
2882
2888
  active: e,
2883
2889
  className: t = "",
2884
2890
  disabled: o
@@ -2927,7 +2933,7 @@ const Rt = () => {
2927
2933
  active: e,
2928
2934
  disabled: o
2929
2935
  }
2930
- ), f8 = ({
2936
+ ), p8 = ({
2931
2937
  active: e,
2932
2938
  className: t = "",
2933
2939
  disabled: o
@@ -2976,7 +2982,7 @@ const Rt = () => {
2976
2982
  active: e,
2977
2983
  disabled: o
2978
2984
  }
2979
- ), w8 = ({
2985
+ ), m8 = ({
2980
2986
  active: e,
2981
2987
  className: t = "",
2982
2988
  disabled: o
@@ -3025,7 +3031,7 @@ const Rt = () => {
3025
3031
  active: e,
3026
3032
  disabled: o
3027
3033
  }
3028
- ), p8 = ({
3034
+ ), M8 = ({
3029
3035
  active: e,
3030
3036
  className: t = "",
3031
3037
  disabled: o
@@ -3074,7 +3080,7 @@ const Rt = () => {
3074
3080
  active: e,
3075
3081
  disabled: o
3076
3082
  }
3077
- ), m8 = ({
3083
+ ), x8 = ({
3078
3084
  active: e,
3079
3085
  // Just to shut up the linter on this template. Prefer deleting this lint rule
3080
3086
  className: t = "",
@@ -3142,7 +3148,7 @@ const Rt = () => {
3142
3148
  active: e,
3143
3149
  disabled: o
3144
3150
  }
3145
- ), M8 = ({
3151
+ ), Z8 = ({
3146
3152
  active: e,
3147
3153
  className: t = "",
3148
3154
  disabled: o
@@ -3191,7 +3197,7 @@ const Rt = () => {
3191
3197
  active: e,
3192
3198
  disabled: o
3193
3199
  }
3194
- ), x8 = ({
3200
+ ), S8 = ({
3195
3201
  active: e,
3196
3202
  className: t = "",
3197
3203
  disabled: o
@@ -3240,7 +3246,7 @@ const Rt = () => {
3240
3246
  active: e,
3241
3247
  disabled: o
3242
3248
  }
3243
- ), Et = ({
3249
+ ), Pt = ({
3244
3250
  active: e,
3245
3251
  // Just to shut up the linter on this template. Prefer deleting this lint rule
3246
3252
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
@@ -3255,7 +3261,7 @@ const Rt = () => {
3255
3261
  active: e,
3256
3262
  disabled: o
3257
3263
  }
3258
- ), Z8 = ({
3264
+ ), j8 = ({
3259
3265
  active: e,
3260
3266
  className: t = "",
3261
3267
  disabled: o
@@ -3304,7 +3310,7 @@ const Rt = () => {
3304
3310
  active: e,
3305
3311
  disabled: o
3306
3312
  }
3307
- ), S8 = ({
3313
+ ), C8 = ({
3308
3314
  active: e,
3309
3315
  className: t = "",
3310
3316
  disabled: o
@@ -3353,7 +3359,7 @@ const Rt = () => {
3353
3359
  active: e,
3354
3360
  disabled: o
3355
3361
  }
3356
- ), j8 = ({
3362
+ ), b8 = ({
3357
3363
  active: e,
3358
3364
  className: t = "",
3359
3365
  disabled: o
@@ -3402,7 +3408,7 @@ const Rt = () => {
3402
3408
  active: e,
3403
3409
  disabled: o
3404
3410
  }
3405
- ), C8 = ({
3411
+ ), y8 = ({
3406
3412
  active: e,
3407
3413
  className: t = "",
3408
3414
  disabled: o
@@ -3451,7 +3457,7 @@ const Rt = () => {
3451
3457
  active: e,
3452
3458
  disabled: o
3453
3459
  }
3454
- ), b8 = ({
3460
+ ), I8 = ({
3455
3461
  active: e,
3456
3462
  className: t = "",
3457
3463
  disabled: o
@@ -3500,7 +3506,7 @@ const Rt = () => {
3500
3506
  active: e,
3501
3507
  disabled: o
3502
3508
  }
3503
- ), y8 = ({
3509
+ ), R8 = ({
3504
3510
  active: e,
3505
3511
  className: t = "",
3506
3512
  disabled: o
@@ -3549,7 +3555,7 @@ const Rt = () => {
3549
3555
  active: e,
3550
3556
  disabled: o
3551
3557
  }
3552
- ), I8 = ({
3558
+ ), E8 = ({
3553
3559
  active: e,
3554
3560
  className: t = "",
3555
3561
  disabled: o
@@ -3598,7 +3604,7 @@ const Rt = () => {
3598
3604
  active: e,
3599
3605
  disabled: o
3600
3606
  }
3601
- ), R8 = ({
3607
+ ), T8 = ({
3602
3608
  active: e,
3603
3609
  className: t = "",
3604
3610
  disabled: o
@@ -3647,310 +3653,314 @@ const Rt = () => {
3647
3653
  active: e,
3648
3654
  disabled: o
3649
3655
  }
3650
- ), E8 = {
3651
- Alert: Xe,
3652
- Camera: Ne,
3653
- DownArrow: n8,
3654
- Ban: Qe,
3655
- Check: e8,
3656
- Controller: t8,
3657
- Elipses: o8,
3658
- Flag: s8,
3659
- Gear: c8,
3660
- Glass: r8,
3661
- Hdmi: l8,
3662
- Laptop: i8,
3663
- LeftArrow: a8,
3664
- Light: u8,
3665
- Mic: R8,
3666
- Moon: d8,
3667
- Playstation: v8,
3668
- Podium: h8,
3669
- Power: g8,
3670
- Privacy: f8,
3671
- Question: w8,
3672
- RightArrow: p8,
3673
- RoomPC: m8,
3674
- Shade: M8,
3675
- Sun: x8,
3676
- UpArrow: Z8,
3677
- VolDown: S8,
3678
- VolMute: j8,
3679
- VolUp: C8,
3680
- Wireless: b8,
3681
- X: y8,
3682
- Xbox: I8
3656
+ ), D8 = {
3657
+ Alert: Ne,
3658
+ Camera: t8,
3659
+ DownArrow: s8,
3660
+ Ban: e8,
3661
+ Check: n8,
3662
+ Controller: o8,
3663
+ Elipses: c8,
3664
+ Flag: r8,
3665
+ Gear: l8,
3666
+ Glass: i8,
3667
+ Hdmi: a8,
3668
+ Laptop: u8,
3669
+ LeftArrow: d8,
3670
+ Light: v8,
3671
+ Mic: T8,
3672
+ Moon: h8,
3673
+ Playstation: g8,
3674
+ Podium: f8,
3675
+ Power: w8,
3676
+ Privacy: p8,
3677
+ Question: m8,
3678
+ RightArrow: M8,
3679
+ RoomPC: x8,
3680
+ Shade: Z8,
3681
+ Sun: S8,
3682
+ UpArrow: j8,
3683
+ VolDown: C8,
3684
+ VolMute: b8,
3685
+ VolUp: y8,
3686
+ Wireless: I8,
3687
+ X: R8,
3688
+ Xbox: E8
3683
3689
  };
3684
- function Tt({
3690
+ function Lt({
3685
3691
  name: e,
3686
- iconsDictionary: t = E8,
3692
+ iconsDictionary: t = D8,
3687
3693
  ...o
3688
3694
  }) {
3689
3695
  const c = t[e] ?? null;
3690
- return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ n.jsx(Je, { multiIcon: c, ...o });
3691
- }
3692
- const T8 = "_grid_1cmpp_1", D8 = "_header_1cmpp_11", _8 = "_content_1cmpp_17", P8 = "_footer_1cmpp_23", L8 = "_volume_1cmpp_29", i1 = {
3693
- grid: T8,
3694
- header: D8,
3695
- content: _8,
3696
- footer: P8,
3697
- volume: L8
3698
- }, Dt = ({ header: e, footer: t, content: o, volume: c, showVolume: r }) => /* @__PURE__ */ n.jsxs("div", { className: i1.grid, children: [
3696
+ return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ n.jsx(Qe, { multiIcon: c, ...o });
3697
+ }
3698
+ const _8 = "_grid_1cmpp_1", P8 = "_header_1cmpp_11", L8 = "_content_1cmpp_17", $8 = "_footer_1cmpp_23", A8 = "_volume_1cmpp_29", i1 = {
3699
+ grid: _8,
3700
+ header: P8,
3701
+ content: L8,
3702
+ footer: $8,
3703
+ volume: A8
3704
+ }, $t = ({ header: e, footer: t, content: o, volume: c, showVolume: r }) => /* @__PURE__ */ n.jsxs("div", { className: i1.grid, children: [
3699
3705
  /* @__PURE__ */ n.jsx("div", { className: i1.header, children: e }),
3700
3706
  /* @__PURE__ */ n.jsx("div", { className: i1.content, children: o }),
3701
3707
  r && /* @__PURE__ */ n.jsx("div", { className: i1.volume, children: c }),
3702
3708
  /* @__PURE__ */ n.jsx("div", { className: i1.footer, children: t })
3703
- ] }), $8 = "_grid_11w5q_1", A8 = "_header_11w5q_11", B8 = "_content_11w5q_17", p1 = {
3704
- grid: $8,
3705
- header: A8,
3706
- content: B8
3707
- }, _t = ({ className: e, header: t, content: o, leftNav: c }) => /* @__PURE__ */ n.jsxs("div", { className: `${e} ${p1.grid}`, children: [
3709
+ ] }), B8 = "_grid_11w5q_1", k8 = "_header_11w5q_11", O8 = "_content_11w5q_17", p1 = {
3710
+ grid: B8,
3711
+ header: k8,
3712
+ content: O8
3713
+ }, At = ({ className: e, header: t, content: o, leftNav: c }) => /* @__PURE__ */ n.jsxs("div", { className: `${e} ${p1.grid}`, children: [
3708
3714
  /* @__PURE__ */ n.jsx("div", { className: p1.header, children: t }),
3709
3715
  c && /* @__PURE__ */ n.jsx("div", { className: p1.leftNav, children: c }),
3710
3716
  /* @__PURE__ */ n.jsx("div", { className: p1.content, children: o })
3711
- ] }), k8 = "_grid_1uwfo_1", O8 = "_header_1uwfo_11", W8 = "_content_1uwfo_17", L1 = {
3712
- grid: k8,
3713
- header: O8,
3714
- content: W8
3715
- }, Pt = ({ className: e, header: t, content: o }) => /* @__PURE__ */ n.jsxs("div", { className: `${e} ${L1.grid}`, children: [
3717
+ ] }), W8 = "_grid_1uwfo_1", V8 = "_header_1uwfo_11", U8 = "_content_1uwfo_17", L1 = {
3718
+ grid: W8,
3719
+ header: V8,
3720
+ content: U8
3721
+ }, Bt = ({ className: e, header: t, content: o }) => /* @__PURE__ */ n.jsxs("div", { className: `${e} ${L1.grid}`, children: [
3716
3722
  /* @__PURE__ */ n.jsx("div", { className: L1.header, children: t }),
3717
3723
  /* @__PURE__ */ n.jsx("div", { className: L1.content, children: o })
3718
3724
  ] });
3719
- class Lt {
3725
+ class kt {
3720
3726
  constructor() {
3721
3727
  q(this, "currentShareText");
3722
3728
  q(this, "enabled");
3723
3729
  q(this, "isSharing");
3724
3730
  }
3725
3731
  }
3726
- function $t() {
3732
+ function Ot() {
3727
3733
  return console.log(location.pathname), location.pathname;
3728
3734
  }
3729
- var V8 = /* @__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))(V8 || {});
3730
- class At {
3735
+ var H8 = /* @__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))(H8 || {});
3736
+ class Wt {
3731
3737
  constructor(t, o) {
3732
3738
  q(this, "path");
3733
3739
  q(this, "handler");
3734
3740
  this.path = t, this.handler = o;
3735
3741
  }
3736
3742
  }
3737
- const Bt = "$off";
3743
+ const Vt = "$off";
3738
3744
  export {
3739
- O6 as Clock,
3740
- V8 as DaysOfWeek,
3741
- Rt as ErrorBox,
3742
- Je as IconButton,
3743
- Xe as IconMultiAlert,
3744
- Qe as IconMultiBan,
3745
- Ne as IconMultiCamera,
3746
- e8 as IconMultiCheck,
3747
- t8 as IconMultiController,
3748
- n8 as IconMultiDownArrow,
3749
- o8 as IconMultiElipses,
3750
- s8 as IconMultiFlag,
3751
- c8 as IconMultiGear,
3752
- r8 as IconMultiGlass,
3753
- l8 as IconMultiHdmi,
3754
- i8 as IconMultiLaptop,
3755
- a8 as IconMultiLeftArrow,
3756
- u8 as IconMultiLight,
3757
- R8 as IconMultiMic,
3758
- d8 as IconMultiMoon,
3759
- v8 as IconMultiPlaystation,
3760
- h8 as IconMultiPodium,
3761
- g8 as IconMultiPower,
3762
- f8 as IconMultiPrivacy,
3763
- w8 as IconMultiQuestion,
3764
- p8 as IconMultiRightArrow,
3765
- m8 as IconMultiRoomPC,
3766
- M8 as IconMultiShade,
3767
- x8 as IconMultiSun,
3768
- Et as IconMultiTemplate,
3769
- Z8 as IconMultiUpArrow,
3770
- S8 as IconMultiVolDown,
3771
- j8 as IconMultiVolMute,
3772
- C8 as IconMultiVolUp,
3773
- b8 as IconMultiWireless,
3774
- y8 as IconMultiX,
3775
- I8 as IconMultiXbox,
3776
- Dt as MainLayout,
3777
- At as MessageHandler,
3778
- $6 as MobileControlProvider,
3745
+ H6 as Clock,
3746
+ H8 as DaysOfWeek,
3747
+ _t as ErrorBox,
3748
+ Qe as IconButton,
3749
+ Ne as IconMultiAlert,
3750
+ e8 as IconMultiBan,
3751
+ t8 as IconMultiCamera,
3752
+ n8 as IconMultiCheck,
3753
+ o8 as IconMultiController,
3754
+ s8 as IconMultiDownArrow,
3755
+ c8 as IconMultiElipses,
3756
+ r8 as IconMultiFlag,
3757
+ l8 as IconMultiGear,
3758
+ i8 as IconMultiGlass,
3759
+ a8 as IconMultiHdmi,
3760
+ u8 as IconMultiLaptop,
3761
+ d8 as IconMultiLeftArrow,
3762
+ v8 as IconMultiLight,
3763
+ T8 as IconMultiMic,
3764
+ h8 as IconMultiMoon,
3765
+ g8 as IconMultiPlaystation,
3766
+ f8 as IconMultiPodium,
3767
+ w8 as IconMultiPower,
3768
+ p8 as IconMultiPrivacy,
3769
+ m8 as IconMultiQuestion,
3770
+ M8 as IconMultiRightArrow,
3771
+ x8 as IconMultiRoomPC,
3772
+ Z8 as IconMultiShade,
3773
+ S8 as IconMultiSun,
3774
+ Pt as IconMultiTemplate,
3775
+ j8 as IconMultiUpArrow,
3776
+ C8 as IconMultiVolDown,
3777
+ b8 as IconMultiVolMute,
3778
+ y8 as IconMultiVolUp,
3779
+ I8 as IconMultiWireless,
3780
+ R8 as IconMultiX,
3781
+ E8 as IconMultiXbox,
3782
+ $t as MainLayout,
3783
+ Wt as MessageHandler,
3784
+ O6 as MobileControlProvider,
3779
3785
  I as MultiStateIconContainer,
3780
- Tt as NamedIconButton,
3781
- Lt as ShareState,
3782
- _t as TechLayout,
3783
- Pt as TechPinLayout,
3784
- _3 as WS_ADD_EVENT_HANDLER,
3785
- E3 as WS_CONNECT,
3786
- T3 as WS_DISCONNECT,
3787
- L3 as WS_RECONNECT,
3788
- P3 as WS_REMOVE_EVENT_HANDLER,
3789
- D3 as WS_SEND_MESSAGE,
3790
- A3 as WebsocketContext,
3791
- I3 as appConfigActions,
3792
- Le as createWebSocketMiddleware,
3786
+ Lt as NamedIconButton,
3787
+ kt as ShareState,
3788
+ At as TechLayout,
3789
+ Bt as TechPinLayout,
3790
+ L3 as WS_ADD_EVENT_HANDLER,
3791
+ D3 as WS_CONNECT,
3792
+ _3 as WS_DISCONNECT,
3793
+ A3 as WS_RECONNECT,
3794
+ $3 as WS_REMOVE_EVENT_HANDLER,
3795
+ P3 as WS_SEND_MESSAGE,
3796
+ k3 as WebsocketContext,
3797
+ E3 as appConfigActions,
3798
+ Ae as createWebSocketMiddleware,
3793
3799
  g1 as devicesActions,
3794
- $t as getBaseLocation,
3800
+ Ot as getBaseLocation,
3795
3801
  g3 as httpClient,
3796
- E8 as iconsDictionary,
3797
- Bt as roomOffSourceKey,
3802
+ D8 as iconsDictionary,
3803
+ Vt as roomOffSourceKey,
3798
3804
  f1 as roomsActions,
3799
3805
  U as runtimeConfigActions,
3800
3806
  j3 as selectAllDevices,
3801
- I2 as selectApiPath,
3802
- y2 as selectAppConfig,
3803
- ne as selectClientId,
3804
- ue as selectCurrentPopoverIdForGroup,
3805
- T2 as selectDeviceByKey,
3806
- ae as selectDeviceInterfaceSupport,
3807
- ve as selectError,
3808
- fe as selectIsSyncStateValuePresent,
3809
- ie as selectIsTouchpanel,
3810
- R2 as selectLogoPath,
3807
+ E2 as selectApiPath,
3808
+ R2 as selectAppConfig,
3809
+ se as selectClientId,
3810
+ ve as selectCurrentPopoverIdForGroup,
3811
+ _2 as selectDeviceByKey,
3812
+ C3 as selectDeviceInterfaceSupport,
3813
+ de as selectDeviceSupportsInterface,
3814
+ ge as selectError,
3815
+ b3 as selectInterfacesForDevice,
3816
+ pe as selectIsSyncStateValuePresent,
3817
+ ue as selectIsTouchpanel,
3818
+ T2 as selectLogoPath,
3811
3819
  W1 as selectModalVisibility,
3812
- E2 as selectPartnerMetadata,
3813
- Y2 as selectRoomAdvancedSharingActive,
3814
- k2 as selectRoomAudioControlPointList,
3815
- P2 as selectRoomByKey,
3816
- H2 as selectRoomCodecContentDestinationKey,
3817
- D2 as selectRoomConfiguration,
3818
- W2 as selectRoomDestinationList,
3819
- O2 as selectRoomDestinations,
3820
- X2 as selectRoomDisplayStates,
3821
- V2 as selectRoomEnvironmentalDevices,
3822
- F2 as selectRoomInCall,
3823
- q2 as selectRoomIsCoolingDown,
3824
- G2 as selectRoomIsOn,
3825
- K2 as selectRoomIsWarmingUp,
3826
- te as selectRoomKey,
3827
- A2 as selectRoomLevelControls,
3828
- L2 as selectRoomName,
3829
- U2 as selectRoomProgramAudioDestinationKey,
3830
- z2 as selectRoomShareState,
3831
- B2 as selectRoomSourceList,
3832
- $2 as selectRoomVolume,
3833
- _2 as selectRooms,
3834
- re as selectRuntimeInfo,
3835
- ce as selectServerIsRunningOnProcessorHardware,
3836
- de as selectShowPopoverById,
3837
- he as selectShowReconnect,
3838
- oe as selectSystemUuid,
3839
- ge as selectTheme,
3840
- le as selectTouchpanelKey,
3841
- se as selectUserCode,
3842
- ee as selectWsIsConnected,
3843
- J2 as selectZoomRoomControllerKey,
3844
- Ae as store,
3820
+ D2 as selectPartnerMetadata,
3821
+ J2 as selectRoomAdvancedSharingActive,
3822
+ W2 as selectRoomAudioControlPointList,
3823
+ $2 as selectRoomByKey,
3824
+ K2 as selectRoomCodecContentDestinationKey,
3825
+ P2 as selectRoomConfiguration,
3826
+ U2 as selectRoomDestinationList,
3827
+ V2 as selectRoomDestinations,
3828
+ N2 as selectRoomDisplayStates,
3829
+ H2 as selectRoomEnvironmentalDevices,
3830
+ q2 as selectRoomInCall,
3831
+ Y2 as selectRoomIsCoolingDown,
3832
+ z2 as selectRoomIsOn,
3833
+ G2 as selectRoomIsWarmingUp,
3834
+ oe as selectRoomKey,
3835
+ k2 as selectRoomLevelControls,
3836
+ A2 as selectRoomName,
3837
+ F2 as selectRoomProgramAudioDestinationKey,
3838
+ X2 as selectRoomShareState,
3839
+ O2 as selectRoomSourceList,
3840
+ B2 as selectRoomVolume,
3841
+ L2 as selectRooms,
3842
+ ie as selectRuntimeInfo,
3843
+ le as selectServerIsRunningOnProcessorHardware,
3844
+ he as selectShowPopoverById,
3845
+ fe as selectShowReconnect,
3846
+ ce as selectSystemUuid,
3847
+ we as selectTheme,
3848
+ ae as selectTouchpanelKey,
3849
+ re as selectUserCode,
3850
+ ne as selectWsIsConnected,
3851
+ Q2 as selectZoomRoomControllerKey,
3852
+ ke as store,
3845
3853
  O as uiActions,
3846
- xe as uiReducer,
3847
- z8 as useApiPath,
3848
- Y8 as useAppConfig,
3854
+ Se as uiReducer,
3855
+ X8 as useApiPath,
3856
+ J8 as useAppConfig,
3849
3857
  O1 as useAppDispatch,
3850
- w as useAppSelector,
3851
- k6 as useAvrControl,
3858
+ f as useAppSelector,
3859
+ U6 as useAvrControl,
3852
3860
  g as useButtonHeldHeartbeat,
3853
- G6 as useCameraBase,
3854
- M6 as useClientId,
3855
- Mt as useDeviceIBasicVolume,
3856
- Ke as useDeviceIBasicVolumeWithFeedback,
3857
- y6 as useDeviceInterfaceSupport,
3858
- W6 as useDevicePresetsModel,
3859
- V6 as useEndpoint,
3860
- we as useError,
3861
- xt as useGetAllDeviceStateFromRoomConfiguration,
3862
- Q8 as useGetAllDevices,
3863
- e6 as useGetAllRooms,
3864
- T6 as useGetCurrentPopoverIdForGroup,
3861
+ X6 as useCameraBase,
3862
+ Z6 as useClientId,
3863
+ jt as useDeviceIBasicVolume,
3864
+ Ge as useDeviceIBasicVolumeWithFeedback,
3865
+ R6 as useDeviceInterfaceSupport,
3866
+ F6 as useDevicePresetsModel,
3867
+ T6 as useDeviceSupportsInterface,
3868
+ K6 as useEndpoint,
3869
+ me as useError,
3870
+ Ct as useGetAllDeviceStateFromRoomConfiguration,
3871
+ e6 as useGetAllDevices,
3872
+ n6 as useGetAllRooms,
3873
+ L6 as useGetCurrentPopoverIdForGroup,
3865
3874
  _ as useGetDevice,
3866
- A6 as useGetIBasicVolume,
3867
- B6 as useGetIBasicVolumeWithFeedback,
3868
- t6 as useGetRoom,
3869
- w6 as useGetRoomDisplayStates,
3870
- p6 as useGetZoomRoomControllerKey,
3875
+ W6 as useGetIBasicVolume,
3876
+ V6 as useGetIBasicVolumeWithFeedback,
3877
+ o6 as useGetRoom,
3878
+ m6 as useGetRoomDisplayStates,
3879
+ M6 as useGetZoomRoomControllerKey,
3871
3880
  Z1 as useIBasicVolume,
3872
- B3 as useIBasicVolumeWithFeedback,
3873
- U6 as useIChannel,
3874
- H6 as useIColor,
3875
- F6 as useICommunicationMonitor,
3876
- q6 as useIDPad,
3877
- K6 as useIDeviceInfoMessenger,
3878
- Y6 as useIDspPresets,
3879
- z6 as useIDvr,
3880
- J6 as useIEssentialsRoomCombiner,
3881
- X6 as useIHasCameras,
3882
- k3 as useIHasPowerControl,
3881
+ O3 as useIBasicVolumeWithFeedback,
3882
+ q6 as useIChannel,
3883
+ G6 as useIColor,
3884
+ Y6 as useICommunicationMonitor,
3885
+ J6 as useIDPad,
3886
+ z6 as useIDeviceInfoMessenger,
3887
+ Q6 as useIDspPresets,
3888
+ N6 as useIDvr,
3889
+ et as useIEssentialsRoomCombiner,
3890
+ tt as useIHasCameras,
3891
+ W3 as useIHasPowerControl,
3883
3892
  k1 as useIHasSelectableItems,
3884
- Q6 as useIHumiditySensor,
3885
- N6 as useILevelControls,
3886
- et as useILightingScenes,
3887
- tt as useIMatrixRouting,
3888
- nt as useIMcCiscoCodecUserInterfaceAppControl,
3889
- ot as useINumeric,
3890
- st as useIProjectorScreenLiftControl,
3891
- ct as useIRoomEventSchedule,
3892
- rt as useIRunDefaultPresentRoute,
3893
- lt as useIRunDirectRouteAction,
3894
- it as useIRunRouteAction,
3895
- at as useISetTopBoxControls,
3896
- ut as useIShadesOpenCloseStop,
3897
- dt as useIShutdownPromptTimer,
3898
- vt as useISwitchedOutput,
3899
- ht as useITechPassword,
3900
- gt as useITemperatureSensor,
3901
- ft as useITheme,
3902
- wt as useITransport,
3903
- L6 as useInitialize,
3904
- me as useIsSyncStateValuePresent,
3905
- b6 as useIsTouchpanel,
3906
- J8 as useLogoPath,
3907
- pt as useMobileControlTouchpanelController,
3908
- Zt as useOverflow,
3909
- X8 as usePartnerMetadata,
3910
- Fe as usePressHoldRelease,
3911
- g6 as useRoomAdvancedSharingActive,
3912
- s6 as useRoomAudioControlPointList,
3913
- a6 as useRoomCodecContentDestinationKey,
3914
- N8 as useRoomConfiguration,
3915
- r6 as useRoomDestinationList,
3916
- c6 as useRoomDestinations,
3917
- l6 as useRoomEnvironmentalDevices,
3918
- St as useRoomIBasicVolume,
3919
- jt as useRoomIBasicVolumeWithFeedback,
3920
- u6 as useRoomInCall,
3921
- v6 as useRoomIsCoolingDown,
3922
- h6 as useRoomIsOn,
3923
- d6 as useRoomIsWarmingUp,
3924
- m6 as useRoomKey,
3925
- N2 as useRoomLevelControls,
3926
- n6 as useRoomName,
3927
- i6 as useRoomProgramAudioDestinationKey,
3928
- f6 as useRoomShareState,
3929
- o6 as useRoomSourceList,
3893
+ nt as useIHumiditySensor,
3894
+ ot as useILevelControls,
3895
+ st as useILightingScenes,
3896
+ ct as useIMatrixRouting,
3897
+ rt as useIMcCiscoCodecUserInterfaceAppControl,
3898
+ lt as useINumeric,
3899
+ it as useIProjectorScreenLiftControl,
3900
+ at as useIRoomEventSchedule,
3901
+ ut as useIRunDefaultPresentRoute,
3902
+ dt as useIRunDirectRouteAction,
3903
+ vt as useIRunRouteAction,
3904
+ ht as useISetTopBoxControls,
3905
+ gt as useIShadesOpenCloseStop,
3906
+ ft as useIShutdownPromptTimer,
3907
+ wt as useISwitchedOutput,
3908
+ pt as useITechPassword,
3909
+ mt as useITemperatureSensor,
3910
+ Mt as useITheme,
3911
+ xt as useITransport,
3912
+ k6 as useInitialize,
3913
+ E6 as useInterfacesForDevice,
3914
+ xe as useIsSyncStateValuePresent,
3915
+ I6 as useIsTouchpanel,
3916
+ Q8 as useLogoPath,
3917
+ Zt as useMobileControlTouchpanelController,
3918
+ bt as useOverflow,
3919
+ N8 as usePartnerMetadata,
3920
+ qe as usePressHoldRelease,
3921
+ w6 as useRoomAdvancedSharingActive,
3922
+ r6 as useRoomAudioControlPointList,
3923
+ d6 as useRoomCodecContentDestinationKey,
3924
+ t6 as useRoomConfiguration,
3925
+ i6 as useRoomDestinationList,
3926
+ l6 as useRoomDestinations,
3927
+ a6 as useRoomEnvironmentalDevices,
3928
+ yt as useRoomIBasicVolume,
3929
+ It as useRoomIBasicVolumeWithFeedback,
3930
+ v6 as useRoomInCall,
3931
+ g6 as useRoomIsCoolingDown,
3932
+ f6 as useRoomIsOn,
3933
+ h6 as useRoomIsWarmingUp,
3934
+ x6 as useRoomKey,
3935
+ te as useRoomLevelControls,
3936
+ s6 as useRoomName,
3937
+ u6 as useRoomProgramAudioDestinationKey,
3938
+ p6 as useRoomShareState,
3939
+ c6 as useRoomSourceList,
3930
3940
  x1 as useRoomState,
3931
- Q2 as useRoomVolume,
3932
- j6 as useRuntimeInfo,
3933
- Ct as useScroll,
3934
- S6 as useServerIsRunningOnProcessorHardware,
3935
- R6 as useShowIncomingCallModal,
3936
- E6 as useShowModal,
3937
- D6 as useShowPopoverById,
3938
- pe as useShowReconnect,
3939
- I6 as useShowShutdownModal,
3940
- bt as useStateIsSynced,
3941
- yt as useSystemControl,
3942
- x6 as useSystemUuid,
3943
- _6 as useTheme,
3944
- It as useTimeAndDate,
3945
- C6 as useTouchpanelKey,
3946
- mt as useTwoWayDisplayBase,
3947
- Z6 as useUserCode,
3941
+ ee as useRoomVolume,
3942
+ b6 as useRuntimeInfo,
3943
+ Rt as useScroll,
3944
+ C6 as useServerIsRunningOnProcessorHardware,
3945
+ _6 as useShowIncomingCallModal,
3946
+ P6 as useShowModal,
3947
+ $6 as useShowPopoverById,
3948
+ Me as useShowReconnect,
3949
+ D6 as useShowShutdownModal,
3950
+ Et as useStateIsSynced,
3951
+ Tt as useSystemControl,
3952
+ S6 as useSystemUuid,
3953
+ A6 as useTheme,
3954
+ Dt as useTimeAndDate,
3955
+ y6 as useTouchpanelKey,
3956
+ St as useTwoWayDisplayBase,
3957
+ j6 as useUserCode,
3948
3958
  R as useWebsocketContext,
3949
- C3 as useWsIsConnected,
3950
- De as wsAddEventHandler,
3951
- $3 as wsConnect,
3952
- P6 as wsDisconnect,
3953
- Pe as wsReconnect,
3954
- _e as wsRemoveEventHandler,
3955
- Te as wsSendMessage
3959
+ y3 as useWsIsConnected,
3960
+ Pe as wsAddEventHandler,
3961
+ B3 as wsConnect,
3962
+ B6 as wsDisconnect,
3963
+ $e as wsReconnect,
3964
+ Le as wsRemoveEventHandler,
3965
+ _e as wsSendMessage
3956
3966
  };