homebridge-brpc

0.2.4 • Public • Published

homebridge-brpc

Description

This plugin can help you add your PC into the HomeKit as a switch, then you can control your PC through the app.

Tips: Recommend to use Raspberry pi.

Usage

npm install homebridge-brpc -g

Config

{
  "accessories": [{
    "accessory": "PC",
    "name": "My Computer",
    "model": "Unknown",
    "manufacturer": "Unknown",
    "software": "Windows",
    "pc_mac": "00:00:00:00:00:00",
    "service_url": "http://192.168.1.xxx:8300",
    "auth_username": "",
    "auth_key": "",
    "interval": 5000,
    "hibernate: false
  }]
}

Package Sidebar

Install

npm i homebridge-brpc

Weekly Downloads

0

Version

0.2.4

License

MIT

Unpacked Size

7.61 kB

Total Files

5

Last publish

Collaborators

  • backrunner