feat: Implement configurable pump control preprocessing logic #5

Merged
solipsism merged 34 commits from feature/pump-control-preprocessing into master 2025-11-17 14:23:42 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit db8dc90a85 - Show all commits

View File

@ -355,3 +355,6 @@ document.addEventListener('DOMContentLoaded', function() {
// Load initial data // Load initial data
loadAllSignals(); loadAllSignals();
}); });
// Expose functions to window for discovery integration
window.autoPopulateSignalForm = autoPopulateSignalForm;