Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sahilchaddha/homebridge-unixcontrol
- Owner: sahilchaddha
- License: apache-2.0
- Created: 2018-03-06T06:21:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T07:29:51.000Z (over 6 years ago)
- Last Synced: 2024-10-30T09:46:54.674Z (3 months ago)
- Topics: homebridge, homebridge-plugin, homekit, mbp, remote, unixcontrol
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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": []
}
]
```