Compare commits
1 Commits
a2277eec39
...
ae239901be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae239901be |
@@ -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}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user