Send isEnabled to UI (#2499)

This commit is contained in:
Alan Everett
2026-05-19 11:22:53 -04:00
committed by GitHub
parent 6ef0f91600
commit 6d579edcd5

View File

@@ -580,6 +580,7 @@ public class VisionModule {
ret.maxWhiteBalanceTemp = visionSource.getSettables().getMaxWhiteBalanceTemp();
ret.deactivated = config.deactivated;
ret.isEnabled = getEnabled();
ret.mismatch = this.mismatch;