@iobroker/js-controller-adapter 7.1.2-alpha.1-20260507-9a5979255 → 7.1.2

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.
@@ -7909,7 +7909,7 @@ class AdapterClass extends import_node_events.EventEmitter {
7909
7909
  async _createInstancesObjects(instanceObj) {
7910
7910
  let objs;
7911
7911
  if (instanceObj?.common && !("onlyWWW" in instanceObj.common) && instanceObj.common.mode !== "once") {
7912
- objs = import_js_controller_common.tools.getInstanceIndicatorObjects(this.namespace);
7912
+ objs = import_js_controller_common.tools.getInstanceIndicatorObjects(this.namespace, instanceObj.common);
7913
7913
  } else {
7914
7914
  objs = [];
7915
7915
  }