homebridge-lomshutter

LOM shutter plugin for homebridge

Usage no npm install needed!

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

README

homebridge-lomshutter

LomShutter plugin for HomeBridge

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-lomshutter
  3. Update your configuration file (see config snippet below)

Configuration

Configuration sample:

"accessories": [
   {
       "accessory": "LomShutter",
       "name": "Sgutter Name",
       "shutterID": "ID like US031 or ES15",
       "host": "10.0.1.52:8083",
   }
],