web: locator switch

This commit is contained in:
Maxim Devaev
2022-11-23 04:45:21 +03:00
parent edc370168c
commit 3b4792882b
4 changed files with 29 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ export function Gpio(__recorder) {
}
tools.feature.setEnabled($("v3-usb-breaker"), ("__v3_usb_breaker__" in model.scheme.outputs));
tools.feature.setEnabled($("v4-locator"), ("__v4_locator__" in model.scheme.outputs));
tools.feature.setEnabled($("system-tool-wol"), ("__wol__" in model.scheme.outputs));
self.setState(__state);