homebridge-gpio-leds

Raspberry Pi GPIO LED Strip plugin for Homebridge

Usage no npm install needed!

<script type="module">
  import homebridgeGpioLeds from 'https://cdn.skypack.dev/homebridge-gpio-leds';
</script>

README

Configuration

Configuration sample:

   "accessories": [
     {
       "accessory": "SmartLed",
       "name": "Bedroom LedStrip",
       "pin": 20,
       "link": "http://192.168.1.113"
     }
   ]