@pepperdash/mobile-control-react-app-core 1.22.6-volume-hook-fix.4 → 1.22.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,10 @@
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 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
4
+ * and send messages to the websocket to get the iniital state
5
+ * for each device
10
6
  */
11
7
  export declare const useGetAllDeviceStateFromRoomConfiguration: ({ config, }: {
12
8
  config: RoomConfiguration | undefined;
13
- }, requestStatus?: boolean) => Set<string>;
9
+ }, requestStatus?: boolean) => Set<string> | undefined;
14
10
  //# sourceMappingURL=useGetAllDeviceStateFromRoomConfiguration.d.ts.map
@@ -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;;;;;;;;GAQG;AACH,eAAO,MAAM,yCAAyC;YAI1C,iBAAiB,GAAG,SAAS;mBAExB,OAAO,gBA8FvB,CAAC"}
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;;;;GAIG;AACH,eAAO,MAAM,yCAAyC;YAI1C,iBAAiB,GAAG,SAAS;mBAExB,OAAO,4BAwFvB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pepperdash/mobile-control-react-app-core",
3
3
  "private": false,
4
- "version": "1.22.6-volume-hook-fix.4",
4
+ "version": "1.22.7",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",