⚠️ A PSU stores high-voltage charge even when unplugged. Never open the PSU casing. Only handle connectors and external tests.
function updateUI(data) // Update Status Badge const badge = document.getElementById('main-status'); badge.className = `status-badge $data.status`; badge.innerText = data.status;
This checks if the PSU outputs the correct voltages under no load.
Check Psu Page
⚠️ A PSU stores high-voltage charge even when unplugged. Never open the PSU casing. Only handle connectors and external tests.
function updateUI(data) // Update Status Badge const badge = document.getElementById('main-status'); badge.className = `status-badge $data.status`; badge.innerText = data.status;
This checks if the PSU outputs the correct voltages under no load.