@riddix/hamh 2.1.0-alpha.523 → 2.1.0-alpha.524
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/backend/cli.js
CHANGED
|
@@ -148675,7 +148675,8 @@ function entityMappingApi(mappingStorage) {
|
|
|
148675
148675
|
customServiceAreas: body.customServiceAreas,
|
|
148676
148676
|
customFanSpeedTags: body.customFanSpeedTags,
|
|
148677
148677
|
valetudoIdentifier: body.valetudoIdentifier,
|
|
148678
|
-
coverSwapOpenClose: body.coverSwapOpenClose
|
|
148678
|
+
coverSwapOpenClose: body.coverSwapOpenClose,
|
|
148679
|
+
composedEntities: body.composedEntities
|
|
148679
148680
|
};
|
|
148680
148681
|
const config10 = await mappingStorage.setMapping(request);
|
|
148681
148682
|
res.status(200).json(config10);
|