Socket
Socket
Sign inDemoInstall

@nzws/homebridge-mlru1-light

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nzws/homebridge-mlru1-light

アイリスオーヤマ製「ML-RU1」リモコンを使用する照明を操作するプラグイン


Version published
Maintainers
0
Created
Source

@nzws/mlru1-light

アイリスオーヤマ製「ML-RU1」リモコンを使用する照明を操作するプラグイン

「オン → 常夜灯 → 消灯」でボタン一つ、「n 段階の明るさ」でボタン 2 つを用いて操作を行う照明を制御するための Homebridge プラグインです。
使用に Nature Remo が必要です。

  • 常夜灯は使用できません。
  • Nature Remo のリモコン設定で、消点灯ボタンを「ico_on」、明るさ調節を「ico_arrow_top」「ico_arrow_bottom」に設定してください。
  • 設定には accessTokenremoIpAddr のどちらかが必要です。
    • accessToken を使用する場合、Nature Remo の API サーバーを経由する Cloud API を使用します。
    • remoIpAddr を使用する場合、Nature Remo に直接通信する Local API を使用します。

Config

schema.json 作るのが面倒だった

{
  "accessory": "MLRU1Light",
  "name": "Light",
  "accessToken": "/* https://home.nature.global/ */",
  "remoIpAddr": "/* Optional */",
  "maxBrightness": 5,
  "lightId": "/* uuid */"
}

Keywords

FAQs

Package last updated on 04 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc