@iobroker/adapter-react-v5 7.4.3 → 7.4.4
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/README.md +2 -2
- package/build/Components/IconDeviceType.d.ts +1 -1
- package/build/Components/IconDeviceType.js +5 -1
- package/build/Components/IconDeviceType.js.map +1 -1
- package/build/Components/ObjectBrowser.js +1 -1
- package/build/Components/ObjectBrowser.js.map +1 -1
- package/build/LegacyConnection.js +0 -1
- package/build/LegacyConnection.js.map +1 -1
- package/build/i18n/de.json +1 -1
- package/build/i18n/en.json +1 -0
- package/i18n/de.json +2 -2
- package/i18n/en.json +2 -1
- package/package.json +8 -8
|
@@ -1205,7 +1205,6 @@ export class LegacyConnection {
|
|
|
1205
1205
|
obj._id = newId;
|
|
1206
1206
|
if (newName !== undefined) {
|
|
1207
1207
|
obj.common = obj.common || {};
|
|
1208
|
-
// @ts-expect-error will be corrected in the next js-controller release
|
|
1209
1208
|
obj.common.name = newName;
|
|
1210
1209
|
}
|
|
1211
1210
|
return this.setObject(obj._id, obj).then(() => this.delObject(id));
|