@riddix/hamh 2.1.0-alpha.595 → 2.1.0-alpha.597
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
|
@@ -148735,6 +148735,9 @@ function entityMappingApi(mappingStorage) {
|
|
|
148735
148735
|
entityId,
|
|
148736
148736
|
matterDeviceType: body.matterDeviceType,
|
|
148737
148737
|
customName: body.customName,
|
|
148738
|
+
customProductName: body.customProductName,
|
|
148739
|
+
customVendorName: body.customVendorName,
|
|
148740
|
+
customSerialNumber: body.customSerialNumber,
|
|
148738
148741
|
disabled: body.disabled,
|
|
148739
148742
|
filterLifeEntity: body.filterLifeEntity,
|
|
148740
148743
|
cleaningModeEntity: body.cleaningModeEntity,
|