Skip to content

Commit 46fe7dc

Browse files
committed
Tuning on exports
1 parent 3db2f70 commit 46fe7dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Volumes listed in `iobBackup` are tagged for inclusion in ioBroker backup routin
180180
-->
181181

182182
## Changelog
183-
### 0.0.23 (2025-10-09)
183+
### **WORK IN PROGRESS**
184184
- (@GermanBluefox) Split the docker manager into pure docker commands and monitoring of own containers
185185

186186
### 0.0.3 (2025-09-25)

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export default class DockerPlugin extends PluginBase {
203203
warn: this.log.warn.bind(this.log),
204204
error: this.log.error.bind(this.log),
205205
},
206-
namespace: this.parentNamespace as `${string}.${number}`,
206+
namespace: this.parentNamespace.replace('system.adapter.', '') as `${string}.${number}`,
207207
},
208208
this.#configurations,
209209
);

0 commit comments

Comments
 (0)