当前位置: 首页 > 软件库 > 其他开源 > 物联网 >

homebridge-hyperion-light

授权协议 MIT License
开发语言 JavaScript
所属分类 其他开源、 物联网
软件类型 开源软件
地区 不详
投 递 者 乐宜民
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

homebridge-hyperion-light

�� Homebridge plugin to use Hyperion as HomeKit accessory

Features

  • Switch on/off
  • Control color and brightness of tv backlight
  • Switch ambilight on/off (optional)
  • Get current state/color

Install

Homebridge is required

npm install -g homebridge

to use this plugin

npm install -g homebridge-hyperion-light

Add your Accessory to the config.json

Configuration sample:

       "accessories": [{
           "accessory": "Hyperion",
           "autoupdate": "true",
           "name": "TV Backlight",
           "ambilightName": "TV Ambilight",
           "host": "20.1.0.138",
           "port": "19444"
       }]

Attributes:

  • "accessory": Name of Accessory "Hyperion" (required)
  • "autoupdate": Autoupdate this package from NPM (optional, only for one device!)
  • "name": Name of TV Backlight (required)
  • "ambilightName": Name of switch for Ambilight (optional)
  • "host": The hostname or ip (required)
  • "port": The port (usually 19444) (required)

Code of Conduct

See the CODE

License

See the LICENSE file for license rights and limitations (MIT).

 相关资料
  • Hyperion是一款开源的windows平台下32位可执行文件动态加密工具,基于作者的这篇paper “Hyperion: Implementation   of a PE-Crypter”实现。Hyperion是一个 C/C++项目可以使用Mingw和Visual Studio编译。Hyperion在命令行下使用AES-128加密可执行文件。可执行文件在启动后会自动解密。可以用来bypass

  • Hyperion 是一个隐藏的插件抽屉,可以轻松集成到任何应用程序中。Hyperion 插件旨在快速简单地检查你的应用程序。例如,查看这个插件,它允许您测量视图之间的距离:   第一方插件 View Inspector: View Inspector 插件允许你检查应用程序中任何实时视图的属性。   可以在插件处于活动状态时放大应用程序的任何部分。   Measurements: 测量插件允许你测

  • Hyperion Hyperion - App Inspection Tool What is it? Hyperion is a hidden plugin drawer that can easily be integrated into any app. The drawer sits discreetly �� under the app so that it is there when

  • homebridge-lightwaverf LightWaveRF plugin for homebridge: https://github.com/nfarina/homebridgeNote: This plugin communicates with the KlikAanKlikUit ICS-1000 or Lightwave LinkSet the correct manager_

  • Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。

  • homebridge-http-lightbulb Plugin homebridge-http-lightbulb is a Homebridge plugin with which you can configureHomeKit light bulbs which forward any requests to a defined http server. This comes in han