DESCRIPTION Description EASY ON OFF SWITCHING WITH 6 CUSTOMISABLE PUSH BUTTON SWITCHES The AllSpark 3 Way Push Button Switch Panel is a conveinient, neat way to easily control your devices off-grid, features a Cig scoket and Dual port QC3 USB A + QC4 PD60w USB Type C sockets, along with 3 x customisable 15A per circuit (fuse rating) push button switches with labels (switches are 20A rated), plus 15A fuse holder for the combined sockets Suitable for 4WD, Caravan, Marine applications, with black coated aluminium surface and short circuit/overheat and overload protection, for both 12v and 24v systems. Also available with 4 Push Button switch panels and 6 Push Button switch panel WHATS IN THE BOX 1 x AllSpark 3 Way Button Panel Read More FEATURES Features Aluminium panel Control multiple devices - 3 x push button switches with labels Fuse protected Suitable for both 12v and 24v systems 1 x Cig & QC3 USB A 1xQC4 PD USB Type C SPECIFICATIONS Specifications FAQ's FAQs Q: How do I install this? A: You will need to supply fused power from a 12v battery positive to the single red input positive wire for common power supply to the switches. Each switch has an output fuse to connect to the load. The input wire to the sockets has its own independent fuse. Please supply fused power from 12v battery positive to the input fuse on the sockets. Common negative connection back to battery negative or if using a battery monitor, then to the load terminal on the shunt. Q: Is this waterproof? A: No, this switch panel needs to be installed internally. How do I install this? You will need to supply fused power from a 12v battery positive to the single red input positive wire for common power supply to the switches. Each switch has an output fuse to connect to the load. The input wire to the sockets has its own independent fuse. Please supply fused power from 12v battery positive to the input fuse on the sockets. Common negative connection back to battery negative or if using a battery monitor, then to the load terminal on the shunt. Is this waterproof? No, this switch panel needs to be installed internally. .faq-item { border-bottom: 1px solid #ddd; } .faq-question { cursor: pointer; padding: 15px 40px 15px 0; font-weight: 600; position: relative; } .faq-question::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 300; } .faq-item.active .faq-question::after { content: '−'; } .faq-answer { display: none; padding: 0 0 15px 0; line-height: 1.6; } .faq-item.active .faq-answer { display: block; } document.addEventListener('DOMContentLoaded', function() { var raw = document.getElementById('faq-raw-content'); var output = document.getElementById('faq-accordion-output'); if (!raw || !output) return; var temp = document.createElement('div'); temp.innerHTML = raw.innerHTML; var paragraphs = temp.querySelectorAll('p'); var faqs = []; var currentQ = null; var currentA = []; paragraphs.forEach(function(p) { var text = p.innerText || p.textContent || ''; text = text.trim(); if ((!text || text === '\u00a0') && !p.querySelector('img')) return; if (text.startsWith('Q:')) { if (currentQ) faqs.push({ q: currentQ, a: currentA.join('') }); currentQ = text.replace(/^Q:\s*/, '').trim(); currentA = []; } else if (text.startsWith('A:')) { var answerHtml = p.innerHTML; answerHtml = answerHtml.replace(/^(\s*\s*)?A[:.]?\s*(\s*)?/i, '').trim(); currentA.push(answerHtml); } else if (currentQ) { currentA.push(p.innerHTML); } }); if (currentQ) faqs.push({ q: currentQ, a: currentA.join('') }); var html = ''; faqs.forEach(function(faq) { html += '' + '' + faq.q + '' + '' + faq.a + '' + ''; }); output.innerHTML = html; output.querySelectorAll('.faq-question').forEach(function(q) { q.addEventListener('click', function() { var item = this.parentElement; var isActive = item.classList.contains('active'); output.querySelectorAll('.faq-item').forEach(function(i) { i.classList.remove('active'); }); if (!isActive) item.classList.add('active'); }); }); });