@pepperdash/mobile-control-react-app-core 1.14.0 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -22
- package/dist/mobile-control-react-app-core.es.js +406 -404
- package/dist/mobile-control-react-app-core.umd.js +9 -9
- package/dist/shared/hooks/index.d.ts +3 -2
- package/dist/shared/hooks/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/index.d.ts +4 -3
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useCameraBase.d.ts +17 -0
- package/dist/shared/hooks/interfaces/useCameraBase.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useDevicePresetsModel.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useDevicePresetsModel.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts +6 -0
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/{useIChannelMessenger.d.ts → useIChannel.d.ts} +7 -2
- package/dist/shared/hooks/interfaces/useIChannel.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIColor.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIColor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDPad.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIDPad.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDspPresets.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIDspPresets.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDvr.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIDvr.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasPowerControl.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIHasPowerControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts +2 -0
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIMcCiscoCodecUserInterfaceAppControl.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIMcCiscoCodecUserInterfaceAppControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useINumeric.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunDefaultPresentRoute.d.ts +6 -1
- package/dist/shared/hooks/interfaces/useIRunDefaultPresentRoute.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts +6 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useISetTopBoxcontrols.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useISetTopBoxcontrols.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts +6 -1
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITechPassword.d.ts +6 -1
- package/dist/shared/hooks/interfaces/useITechPassword.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITheme.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useITheme.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITransport.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useITransport.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts +5 -0
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts.map +1 -1
- package/dist/store/rooms/rooms.slice.d.ts +72 -50
- package/dist/store/rooms/rooms.slice.d.ts.map +1 -1
- package/dist/types/state/CameraListItem.d.ts +11 -0
- package/dist/types/state/CameraListItem.d.ts.map +1 -0
- package/dist/types/state/state/DevicePresetsState.d.ts +10 -0
- package/dist/types/state/state/DevicePresetsState.d.ts.map +1 -0
- package/dist/types/state/state/RoomState.d.ts +3 -1
- package/dist/types/state/state/RoomState.d.ts.map +1 -1
- package/dist/types/state/state/index.d.ts +1 -2
- package/dist/types/state/state/index.d.ts.map +1 -1
- package/dist/utils/WebsocketProvider.d.ts +1 -1
- package/dist/utils/useWebsocketContext.d.ts +4 -0
- package/dist/utils/useWebsocketContext.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/shared/hooks/interfaces/useIChannelMessenger.d.ts.map +0 -1
- package/dist/shared/hooks/interfaces/useISurroundSoundModes.d.ts +0 -1
- package/dist/shared/hooks/interfaces/useISurroundSoundModes.d.ts.map +0 -1
- package/dist/types/state/state/PresetChannel.d.ts +0 -6
- package/dist/types/state/state/PresetChannel.d.ts.map +0 -1
- package/dist/types/state/state/TunerState.d.ts +0 -6
- package/dist/types/state/state/TunerState.d.ts.map +0 -1
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { PressHoldReleaseReturn } from '../usePressHoldRelease';
|
|
2
|
+
/**
|
|
3
|
+
* hook that controls a device that implements the ITransport interface
|
|
4
|
+
* @param key key of the device
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
2
7
|
export declare function useITransport(key: string): ITransportProps | undefined;
|
|
3
8
|
interface ITransportProps {
|
|
4
9
|
play: PressHoldReleaseReturn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useITransport.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useITransport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS,CAoBtE;AAED,UAAU,eAAe;IACvB,IAAI,EAAE,sBAAsB,CAAC;IAC7B,KAAK,EAAE,sBAAsB,CAAC;IAC9B,IAAI,EAAE,sBAAsB,CAAC;IAC7B,SAAS,EAAE,sBAAsB,CAAC;IAClC,SAAS,EAAE,sBAAsB,CAAC;IAClC,MAAM,EAAE,sBAAsB,CAAC;IAC/B,WAAW,EAAE,sBAAsB,CAAC;IACpC,MAAM,EAAE,sBAAsB,CAAC;CAChC"}
|
|
1
|
+
{"version":3,"file":"useITransport.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useITransport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAEhE;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS,CAoBtE;AAED,UAAU,eAAe;IACvB,IAAI,EAAE,sBAAsB,CAAC;IAC7B,KAAK,EAAE,sBAAsB,CAAC;IAC9B,IAAI,EAAE,sBAAsB,CAAC;IAC7B,SAAS,EAAE,sBAAsB,CAAC;IAClC,SAAS,EAAE,sBAAsB,CAAC;IAClC,MAAM,EAAE,sBAAsB,CAAC;IAC/B,WAAW,EAAE,sBAAsB,CAAC;IACpC,MAAM,EAAE,sBAAsB,CAAC;CAChC"}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { MobileControlTouchpanelState } from "src/lib/types/state/state/MobileControlTouchpanelState";
|
|
2
|
+
/**
|
|
3
|
+
* hook that controls a device that implements the MobileControlTouchpanelController interface
|
|
4
|
+
* @param key key of the device
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
2
7
|
export declare function useMobileControlTouchpanelController(key: string): MobileControlTouchpanelControllerReturn | undefined;
|
|
3
8
|
interface MobileControlTouchpanelControllerReturn {
|
|
4
9
|
touchpanelState: MobileControlTouchpanelState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMobileControlTouchpanelController.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useMobileControlTouchpanelController.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,wDAAwD,CAAC;AAGtG,wBAAgB,oCAAoC,CAClD,GAAG,EAAE,MAAM,GACV,uCAAuC,GAAG,SAAS,CA6BrD;AAED,UAAU,uCAAuC;IAC/C,eAAe,EAAE,4BAA4B,CAAC;IAC9C,UAAU,EAAE;QACV,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;KACtB,CAAC;IACF,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,IAAI,CAAC;KACrB,CAAC;CACH"}
|
|
1
|
+
{"version":3,"file":"useMobileControlTouchpanelController.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useMobileControlTouchpanelController.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,wDAAwD,CAAC;AAGtG;;;;GAIG;AACH,wBAAgB,oCAAoC,CAClD,GAAG,EAAE,MAAM,GACV,uCAAuC,GAAG,SAAS,CA6BrD;AAED,UAAU,uCAAuC;IAC/C,eAAe,EAAE,4BAA4B,CAAC;IAC9C,UAAU,EAAE;QACV,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,OAAO,EAAE,MAAM,IAAI,CAAC;QACpB,QAAQ,EAAE,MAAM,IAAI,CAAC;KACtB,CAAC;IACF,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,IAAI,CAAC;KACrB,CAAC;CACH"}
|
|
@@ -2,6 +2,11 @@ import { DisplayState } from "src/lib/types";
|
|
|
2
2
|
import { IHasInputsState } from 'src/lib/types/state/state/IHasInputsState';
|
|
3
3
|
import { IHasPowerWithFeedbackProps } from "./useIHasPowerControl";
|
|
4
4
|
import { IHasSelectableItemsReturn } from './useIHasSelectableItems';
|
|
5
|
+
/**
|
|
6
|
+
* Provides a set of hooks to control a device that extends the TwoWayDisplayBase class
|
|
7
|
+
* @param key key of the device
|
|
8
|
+
* @returns
|
|
9
|
+
*/
|
|
5
10
|
export declare function useTwoWayDisplayBase(key: string): TwoWayDisplayBaseReturn | undefined;
|
|
6
11
|
interface TwoWayDisplayBaseReturn {
|
|
7
12
|
displayState: DisplayState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTwoWayDisplayBase.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useTwoWayDisplayBase.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAC5E,OAAO,EACL,0BAA0B,EAE3B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,yBAAyB,EAA0B,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"useTwoWayDisplayBase.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useTwoWayDisplayBase.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAC5E,OAAO,EACL,0BAA0B,EAE3B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,yBAAyB,EAA0B,MAAM,0BAA0B,CAAC;AAE7F;;;;GAIG;AACH,wBAAgB,oBAAoB,CAClC,GAAG,EAAE,MAAM,GACV,uBAAuB,GAAG,SAAS,CAqBrC;AAED,UAAU,uBAAuB;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,0BAA0B,CAAC;IACzC,YAAY,EAAE,yBAAyB,CAAC,eAAe,CAAC,CAAC;IACzD,OAAO,EAAE;QAAE,SAAS,EAAE,OAAO,CAAC;QAAC,UAAU,EAAE,OAAO,CAAA;KAAE,CAAC;CACtD"}
|
|
@@ -9,6 +9,42 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
9
9
|
configuration?: {
|
|
10
10
|
accessoryDeviceKeys?: string[] | undefined;
|
|
11
11
|
audioCodecKey?: string | undefined;
|
|
12
|
+
audioControlPointList: {
|
|
13
|
+
levelControls: {
|
|
14
|
+
[x: string]: {
|
|
15
|
+
type: import("../../types/state/LevelControlListItem").LevelControlType;
|
|
16
|
+
parentDeviceKey: string;
|
|
17
|
+
itemKey: string;
|
|
18
|
+
deviceKey: string;
|
|
19
|
+
name: string;
|
|
20
|
+
preferredName: string;
|
|
21
|
+
includeInUserList: boolean;
|
|
22
|
+
order: number;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
presets: {
|
|
26
|
+
[x: string]: {
|
|
27
|
+
parentDeviceKey: string;
|
|
28
|
+
itemKey: string;
|
|
29
|
+
deviceKey: string;
|
|
30
|
+
name: string;
|
|
31
|
+
preferredName: string;
|
|
32
|
+
includeInUserList: boolean;
|
|
33
|
+
order: number;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
cameraList?: {
|
|
38
|
+
[x: string]: {
|
|
39
|
+
deviceKey: string;
|
|
40
|
+
name: string;
|
|
41
|
+
preferredName: string;
|
|
42
|
+
icon: import("../../shared/Icons/iconsDictionary").IconNames;
|
|
43
|
+
altIcon: import("../../shared/Icons/iconsDictionary").IconNames;
|
|
44
|
+
includeInUserList: boolean;
|
|
45
|
+
order: number;
|
|
46
|
+
};
|
|
47
|
+
} | undefined;
|
|
12
48
|
ciscoNavigatorKey?: string | undefined;
|
|
13
49
|
defaultDisplayKey?: string | undefined;
|
|
14
50
|
defaultPresentationSourceKey: string;
|
|
@@ -42,31 +78,6 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
42
78
|
hasEnvironmentalControls?: boolean | undefined;
|
|
43
79
|
hasVideoConferencing?: boolean | undefined;
|
|
44
80
|
helpMessage?: string | undefined;
|
|
45
|
-
audioControlPointList: {
|
|
46
|
-
levelControls: {
|
|
47
|
-
[x: string]: {
|
|
48
|
-
type: import("../../types/state/LevelControlListItem").LevelControlType;
|
|
49
|
-
parentDeviceKey: string;
|
|
50
|
-
itemKey: string;
|
|
51
|
-
deviceKey: string;
|
|
52
|
-
name: string;
|
|
53
|
-
preferredName: string;
|
|
54
|
-
includeInUserList: boolean;
|
|
55
|
-
order: number;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
presets: {
|
|
59
|
-
[x: string]: {
|
|
60
|
-
parentDeviceKey: string;
|
|
61
|
-
itemKey: string;
|
|
62
|
-
deviceKey: string;
|
|
63
|
-
name: string;
|
|
64
|
-
preferredName: string;
|
|
65
|
-
includeInUserList: boolean;
|
|
66
|
-
order: number;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
81
|
matrixRoutingKey?: string | undefined;
|
|
71
82
|
roomCombinerKey?: string | undefined;
|
|
72
83
|
sourceList: {
|
|
@@ -154,6 +165,42 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
154
165
|
configuration?: {
|
|
155
166
|
accessoryDeviceKeys?: string[] | undefined;
|
|
156
167
|
audioCodecKey?: string | undefined;
|
|
168
|
+
audioControlPointList: {
|
|
169
|
+
levelControls: {
|
|
170
|
+
[x: string]: {
|
|
171
|
+
type: import("../../types/state/LevelControlListItem").LevelControlType;
|
|
172
|
+
parentDeviceKey: string;
|
|
173
|
+
itemKey: string;
|
|
174
|
+
deviceKey: string;
|
|
175
|
+
name: string;
|
|
176
|
+
preferredName: string;
|
|
177
|
+
includeInUserList: boolean;
|
|
178
|
+
order: number;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
presets: {
|
|
182
|
+
[x: string]: {
|
|
183
|
+
parentDeviceKey: string;
|
|
184
|
+
itemKey: string;
|
|
185
|
+
deviceKey: string;
|
|
186
|
+
name: string;
|
|
187
|
+
preferredName: string;
|
|
188
|
+
includeInUserList: boolean;
|
|
189
|
+
order: number;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
cameraList?: {
|
|
194
|
+
[x: string]: {
|
|
195
|
+
deviceKey: string;
|
|
196
|
+
name: string;
|
|
197
|
+
preferredName: string;
|
|
198
|
+
icon: import("../../shared/Icons/iconsDictionary").IconNames;
|
|
199
|
+
altIcon: import("../../shared/Icons/iconsDictionary").IconNames;
|
|
200
|
+
includeInUserList: boolean;
|
|
201
|
+
order: number;
|
|
202
|
+
};
|
|
203
|
+
} | undefined;
|
|
157
204
|
ciscoNavigatorKey?: string | undefined;
|
|
158
205
|
defaultDisplayKey?: string | undefined;
|
|
159
206
|
defaultPresentationSourceKey: string;
|
|
@@ -187,31 +234,6 @@ export declare const roomsActions: import("@reduxjs/toolkit").CaseReducerActions
|
|
|
187
234
|
hasEnvironmentalControls?: boolean | undefined;
|
|
188
235
|
hasVideoConferencing?: boolean | undefined;
|
|
189
236
|
helpMessage?: string | undefined;
|
|
190
|
-
audioControlPointList: {
|
|
191
|
-
levelControls: {
|
|
192
|
-
[x: string]: {
|
|
193
|
-
type: import("../../types/state/LevelControlListItem").LevelControlType;
|
|
194
|
-
parentDeviceKey: string;
|
|
195
|
-
itemKey: string;
|
|
196
|
-
deviceKey: string;
|
|
197
|
-
name: string;
|
|
198
|
-
preferredName: string;
|
|
199
|
-
includeInUserList: boolean;
|
|
200
|
-
order: number;
|
|
201
|
-
};
|
|
202
|
-
};
|
|
203
|
-
presets: {
|
|
204
|
-
[x: string]: {
|
|
205
|
-
parentDeviceKey: string;
|
|
206
|
-
itemKey: string;
|
|
207
|
-
deviceKey: string;
|
|
208
|
-
name: string;
|
|
209
|
-
preferredName: string;
|
|
210
|
-
includeInUserList: boolean;
|
|
211
|
-
order: number;
|
|
212
|
-
};
|
|
213
|
-
};
|
|
214
|
-
};
|
|
215
237
|
matrixRoutingKey?: string | undefined;
|
|
216
238
|
roomCombinerKey?: string | undefined;
|
|
217
239
|
sourceList: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rooms.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/rooms.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAE7D,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAA;AA6CzD,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"rooms.slice.d.ts","sourceRoot":"","sources":["../../../src/lib/store/rooms/rooms.slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAE7D,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAA;AA6CzD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eApCU,cAAc,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCX,CAAC;AAC/C,eAAO,MAAM,YAAY,oDAAsB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IconNames } from 'src/lib/shared/Icons/iconsDictionary';
|
|
2
|
+
export interface CameraListItem {
|
|
3
|
+
deviceKey: string;
|
|
4
|
+
name: string;
|
|
5
|
+
preferredName: string;
|
|
6
|
+
icon: IconNames;
|
|
7
|
+
altIcon: IconNames;
|
|
8
|
+
includeInUserList: boolean;
|
|
9
|
+
order: number;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=CameraListItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CameraListItem.d.ts","sourceRoot":"","sources":["../../../src/lib/types/state/CameraListItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAEjE,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO,EAAE,SAAS,CAAC;IACnB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DeviceState } from './DeviceState';
|
|
2
|
+
export interface DevicePresetsState extends DeviceState {
|
|
3
|
+
favorites: PresetChannel[];
|
|
4
|
+
}
|
|
5
|
+
export interface PresetChannel {
|
|
6
|
+
name: string;
|
|
7
|
+
channel: string;
|
|
8
|
+
iconUrl: string;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=DevicePresetsState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DevicePresetsState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/DevicePresetsState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IACrD,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PresetListItem } from '..';
|
|
2
|
+
import { CameraListItem } from '../CameraListItem';
|
|
2
3
|
import { DestinationListItem } from '../DestinationListItem';
|
|
3
4
|
import { LevelControlListItem } from '../LevelControlListItem';
|
|
4
5
|
import { SourceListItem } from '../sourceListItem';
|
|
@@ -23,6 +24,8 @@ export interface RoomState extends DeviceState {
|
|
|
23
24
|
export interface RoomConfiguration {
|
|
24
25
|
accessoryDeviceKeys?: string[];
|
|
25
26
|
audioCodecKey?: string;
|
|
27
|
+
audioControlPointList: AudioControlPointListItem;
|
|
28
|
+
cameraList?: Record<string, CameraListItem>;
|
|
26
29
|
ciscoNavigatorKey?: string;
|
|
27
30
|
defaultDisplayKey?: string;
|
|
28
31
|
defaultPresentationSourceKey: string;
|
|
@@ -34,7 +37,6 @@ export interface RoomConfiguration {
|
|
|
34
37
|
hasEnvironmentalControls?: boolean;
|
|
35
38
|
hasVideoConferencing?: boolean;
|
|
36
39
|
helpMessage?: string;
|
|
37
|
-
audioControlPointList: AudioControlPointListItem;
|
|
38
40
|
matrixRoutingKey?: string;
|
|
39
41
|
roomCombinerKey?: string;
|
|
40
42
|
sourceList: Record<string, SourceListItem>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoomState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/RoomState.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,IAAI,CAAC;AACpC,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,8BAA8B;AAC9B,MAAM,WAAW,SAAU,SAAQ,WAAW;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,OAAO,EAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,cAAc,EAAE,aAAa,EAAE,CAAC;CACjC;AAED,MAAM,WAAW,iBAAiB;IAChC,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4BAA4B,EAAE,MAAM,CAAC;IACrC,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;IACrD,YAAY,EAAE,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;IAC/C,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,oBAAoB,EAAE,gCAAgC,EAAE,CAAC;IACzD,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,
|
|
1
|
+
{"version":3,"file":"RoomState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/RoomState.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,7 @@ export * from './CameraState';
|
|
|
2
2
|
export * from './CamerasState';
|
|
3
3
|
export * from './CommunicationMonitorState';
|
|
4
4
|
export * from './DeviceInfoState';
|
|
5
|
+
export * from './DevicePresetsState';
|
|
5
6
|
export * from './DeviceState';
|
|
6
7
|
export * from './DisplayState';
|
|
7
8
|
export * from './EnvironmentState';
|
|
@@ -18,7 +19,6 @@ export * from './LightingState';
|
|
|
18
19
|
export * from './MatrixRoutingState';
|
|
19
20
|
export * from './MeetingInfo';
|
|
20
21
|
export * from './PowerState';
|
|
21
|
-
export * from './PresetChannel';
|
|
22
22
|
export * from './RoomState';
|
|
23
23
|
export * from './RoutingState';
|
|
24
24
|
export * from './ScheduleEvent';
|
|
@@ -27,6 +27,5 @@ export * from './ShadeState';
|
|
|
27
27
|
export * from './ShareState';
|
|
28
28
|
export * from './SurroundSoundModeState';
|
|
29
29
|
export * from './SwitchedOutputState';
|
|
30
|
-
export * from './TunerState';
|
|
31
30
|
export * from './endpointState';
|
|
32
31
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
2
|
/**
|
|
3
|
-
* The context component that contains the websocket connection and provides the
|
|
3
|
+
* The context component that contains the websocket connection and provides the functions to send messages
|
|
4
4
|
* Must wrap all other components
|
|
5
5
|
* @param children the child components. First child should be a room buseness logic component
|
|
6
6
|
*/
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A hook that provides access to the websocket for the purposes of sending messages as well as adding and removing event handlers
|
|
3
|
+
* @returns The websocket context
|
|
4
|
+
*/
|
|
1
5
|
export declare function useWebsocketContext(): import("./WebsocketContext").WebsocketContextType;
|
|
2
6
|
//# sourceMappingURL=useWebsocketContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWebsocketContext.d.ts","sourceRoot":"","sources":["../../src/lib/utils/useWebsocketContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useWebsocketContext.d.ts","sourceRoot":"","sources":["../../src/lib/utils/useWebsocketContext.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,mBAAmB,sDAElC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useIChannelMessenger.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useIChannelMessenger.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,sBAAsB,GAAG,SAAS,CAiBpF;AAED,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,sBAAsB,CAAC;IAClC,WAAW,EAAE,sBAAsB,CAAC;IACpC,WAAW,EAAE,sBAAsB,CAAC;IACpC,KAAK,EAAE,sBAAsB,CAAC;IAC9B,IAAI,EAAE,sBAAsB,CAAC;IAC7B,IAAI,EAAE,sBAAsB,CAAC;CAC9B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=useISurroundSoundModes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useISurroundSoundModes.d.ts","sourceRoot":"","sources":["../../../../src/lib/shared/hooks/interfaces/useISurroundSoundModes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PresetChannel.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/PresetChannel.ts"],"names":[],"mappings":"AAIA,qBAAa,aAAa;IACxB,IAAI,EAAE,MAAM,CAAM;IAElB,OAAO,EAAE,MAAM,CAAM;IAErB,OAAO,EAAE,MAAM,CAAM;CACtB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TunerState.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/state/state/TunerState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,MAAM,WAAW,UAAW,SAAQ,WAAW;IAC7C,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B"}
|