1.1.0 • Published 4 years ago

wirenboard-module-siren v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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"
  }
]