@iobroker/adapter-react-v5 4.0.5 → 4.0.6
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/Components/ObjectBrowser.js +1 -1
- package/Components/ObjectBrowser.js.map +1 -1
- package/GenericApp.js +7 -0
- package/GenericApp.js.map +1 -1
- package/README.md +4 -1
- package/package.json +1 -1
|
@@ -2604,7 +2604,7 @@ var ObjectBrowser = /*#__PURE__*/function (_Component) {
|
|
|
2604
2604
|
if (props.length >= 1) {
|
|
2605
2605
|
console.error('more than one type does not supported! Use filterFunc instead');
|
|
2606
2606
|
}
|
|
2607
|
-
return props.socket.
|
|
2607
|
+
return props.socket.getObjectViewSystem(props.types[0], null, null);
|
|
2608
2608
|
}
|
|
2609
2609
|
return !objects['system.config'] ? props.socket.getObject('system.config').then(function (obj) {
|
|
2610
2610
|
return {
|