homebridge-nature-remo-local

0.0.4 • Public • Published

homebridge-nature-remo-local

Homebridge plugin for Nature Remo using local APIs.

Usage

"accessories": [
  {
    "accessory": "NatureRemo",
    "name": "TV",
    "instance": "Remo-XXXX",
    "learnButton": false,
    "signals" {
      "power": [...],
      "enter": [...]
    },
    "on": [
      {
        "signal": "power",
        "delay": 100000
      }
    ],
    "off": [
      {
        "signal": "power",
        "delay": 100
      },
      {
        "signal": "enter",
        "delay": 0
      }
    ]
  }
]
  • instance: The instance name of Nature Remo, can be ignored if there is only one device.
  • learnButton: Whether to show the "learn signal" button, default is false.
  • signals: The IR signals.
  • on: The signals to send when switch is turned on.
  • off: The signals to send when switch is turned off.

License

CC BY-NC-SA 4.0

/homebridge-nature-remo-local/

    Package Sidebar

    Install

    npm i homebridge-nature-remo-local

    Weekly Downloads

    2

    Version

    0.0.4

    License

    none

    Unpacked Size

    7.33 kB

    Total Files

    3

    Last publish

    Collaborators

    • zcbenz