Compare commits

...

1 Commits

Author SHA1 Message Date
Rene De ren
ae239901be added empty registerchild function for childregistration process 2025-10-03 15:40:11 +02:00

View File

@@ -76,6 +76,9 @@ class ValveGroupControl {
registerOnChildEvents() {}
registerChild(child, positionVsParent) {
}
isValidSourceForMode(source, mode) {
const allowedSourcesSet = this.config.mode.allowedSources[mode] || [];
this.logger.info(`Allowed sources for mode '${mode}': ${allowedSourcesSet}`);