wirenboard-module-siren

Siren manager

Usage no npm install needed!

<script type="module">
  import wirenboardModuleSiren from 'https://cdn.skypack.dev/wirenboard-module-siren';
</script>

README

Siren manager

Readme in progress ..

homebridge accessories

"accessories": [
  {
      "comment": "-------------------------  Siren  -------------------------",
      "type": "switch",
      "name": "Сирена",
      "topics": {
          "getOn": "/devices/siren/controls/siren",
          "setOn": "/devices/siren/controls/siren/on"
      },
      "integerValue": true,
      "accessory": "mqttthing"
  },
  {
      "comment": "-------------------------  Siren: Lamp  -------------------------",
      "type": "switch",
      "name": "Сирена (лампа)",
      "topics": {
          "getOn": "/devices/siren/controls/lamp",
          "setOn": "/devices/siren/controls/lamp/on"
      },
      "integerValue": true,
      "accessory": "mqttthing"
  }
]