Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sahilchaddha/homebridge-unixcontrol

Homebridge Unix Control
https://github.com/sahilchaddha/homebridge-unixcontrol

homebridge homebridge-plugin homekit mbp remote unixcontrol

Last synced: about 2 months ago
JSON representation

Homebridge Unix Control

Awesome Lists containing this project

README

        

# homebridge-unixcontrol [WIP]

[![Build Status](https://travis-ci.org/sahilchaddha/homebridge-unixcontrol.svg?branch=master)](https://travis-ci.org/sahilchaddha/homebridge-unixcontrol)

## Installation :

```
$ npm install -g homebridge-unixcontrol
```

### Adding to Homebridge :

`config.json` should be inside `~/.homebridge`

```
platforms: [
{
"platform": "BrowserPlatform",
"name": "Browser Controls",
"sessionToken": "abcd",
"ipAddress": "localhost",
"portNumber": "3000",
"exclude": ["safari"]
}
{
"platform": "PowerPlatform",
"name": "Unix Remote Controls",
"ipAddress": "192.168.1.4",
"portNumber": "3000",
"sessionToken": "abcd",
"exclude": ["shutdown"]
},
{
"platform": "MusicPlatform",
"name": "Unix Remote Controls",
"ipAddress": "192.168.1.4",
"portNumber": "3000",
"sessionToken": "abcd",
"exclude": []
}
]
```