My Cart: 0 item(s)

Most orders ship within 24 Hours
Product Search
Most orders ship within 24 Hours
Product Search

Secure Checkout
Photocell Add On
    Photocell Add On
    Purchase Photocell Add On
    • SKU: BB-PC
      Photocell Add On

    • $19.99

      Shipping Weight: 1.00 pounds

      237 available for immediate delivery

      Quantity in Basket:  None

    •  

    This photocell is sold as an after purchase add-on for shoebox lights and more. Very easy to add before or after fixture installation--simply unscrew the blank and replace with the photocell. Works to make our light fixtures run based off of light sensor. 


    (function () { const nav = document.querySelector('[data-hook="transfigure-navigation"]'); if (!nav) { console.log('Nav not found'); return; } console.log('=== EVENT LISTENERS ON NAV ==='); console.log(getEventListeners(nav)); const links = nav.querySelectorAll('a.c-navigation__link'); links.forEach((link, i) => { const listeners = getEventListeners(link); if (Object.keys(listeners).length > 0) { console.log(`--- Link ${i} ---`, link); console.log(listeners); } }); const items = nav.querySelectorAll('.has-child-menu'); items.forEach((item, i) => { const listeners = getEventListeners(item); if (Object.keys(listeners).length > 0) { console.log(`--- Item ${i} (has-child-menu) ---`, item); console.log(listeners); } }); console.log('=== DONE ==='); })();