added empty registerchild function for childregistration process

This commit is contained in:
Rene De ren
2025-10-03 15:40:11 +02:00
parent a2277eec39
commit ae239901be

View File

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