0.0.4 • Published 8 years ago

homebridge-center-server v0.0.4

Weekly downloads
1
License
GPLV3
Repository
github
Last release
8 years ago

homebridge-center-server

A web gui server for homebridge which provide api for other things(Still In Progress)

npm version

Please make sure you use homebridge -I to start homebridge!

Support for other languages is in progress

Supported Language(Still In Progress)

1.zh_cn(简体中文) 2.en_us(In Progress)

Supported Types(Still In Progress)

1.LightBulb
2.Switch

Installation

  1. Install HomeBridge, please follow it's README.
    If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi.
  2. Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
  3. Install packages.
  4. Run Homebridge with -I
npm install -g homebridge-center-server

Configuration

"platforms": [
    {
        "platform": "HBCServerPlatform",
        "language": "zh_cn",
        "port": 12345
    }
]
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago