feat: Implement configurable pump control preprocessing logic #5
|
|
@ -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;
|
||||||
Loading…
Reference in New Issue