@iobroker/js-controller-adapter 5.0.6 → 5.0.7-alpha.0-20230705-7c5470f2
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.
|
@@ -5288,7 +5288,7 @@ class AdapterClass extends events_1.EventEmitter {
|
|
|
5288
5288
|
message: { scope, category, message, instance: this.namespace },
|
|
5289
5289
|
from: `system.adapter.${this.namespace}`
|
|
5290
5290
|
};
|
|
5291
|
-
await adapterStates.pushMessage(this.host
|
|
5291
|
+
await adapterStates.pushMessage(`system.host.${this.host}`, obj);
|
|
5292
5292
|
}
|
|
5293
5293
|
/**
|
|
5294
5294
|
* Writes value into states DB.
|