@pepperdash/mobile-control-react-app-core 1.22.7 → 1.22.8-volume-hook-fix.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mobile-control-react-app-core.es.js +459 -457
- package/dist/mobile-control-react-app-core.umd.js +9 -9
- package/dist/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.d.ts +6 -2
- package/dist/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { RoomConfiguration } from '../../types/state/state';
|
|
2
2
|
/**
|
|
3
3
|
* This hook will gather up all the keys for devices in the room
|
|
4
|
-
* and
|
|
5
|
-
* for each device
|
|
4
|
+
* and send messages to the websocket to get the initial state
|
|
5
|
+
* for each device.
|
|
6
|
+
*
|
|
7
|
+
* @param config - Room configuration containing device keys
|
|
8
|
+
* @param requestStatus - Whether to request device status (default: true)
|
|
9
|
+
* @returns Set of device keys found in the configuration
|
|
6
10
|
*/
|
|
7
11
|
export declare const useGetAllDeviceStateFromRoomConfiguration: ({ config, }: {
|
|
8
12
|
config: RoomConfiguration | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetAllDeviceStateFromRoomConfiguration.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAG5D
|
|
1
|
+
{"version":3,"file":"useGetAllDeviceStateFromRoomConfiguration.d.ts","sourceRoot":"","sources":["../../../src/lib/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAG5D;;;;;;;;GAQG;AACH,eAAO,MAAM,yCAAyC;YAI1C,iBAAiB,GAAG,SAAS;mBAExB,OAAO,4BAwGvB,CAAC"}
|