@ledvance/base 1.2.96 → 1.2.97

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/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.2.96",
7
+ "version": "1.2.97",
8
8
  "scripts": {
9
9
  "prepublishOnly": "python update-localazy.py"
10
10
  },
@@ -178,7 +178,8 @@ const composeLayout = (component: React.ComponentType) => {
178
178
  ...JSON.parse(uaGroupInfo.config || '{}'),
179
179
  },
180
180
  name: uaGroupInfo.name,
181
- groupDevices: []
181
+ groupDevices: [],
182
+ deviceIds: uaGroupInfo.deviceIds
182
183
  },
183
184
  familyName: uaGroupInfo.familyName,
184
185
  role: uaGroupInfo.role,