Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/inacho/homebridge-edison

Homebridge plugin to control the light bulbs of https://edison-led.co.jp
https://github.com/inacho/homebridge-edison

homebridge homebridge-plugin

Last synced: about 1 month ago
JSON representation

Homebridge plugin to control the light bulbs of https://edison-led.co.jp

Awesome Lists containing this project

README

        

# Homebridge Edison

With this plugin you can control the light bulbs of https://edison-led.co.jp

# Usage example

Partial contents of `~/.homebridge/config.json`:

```json
{
"accessories": [
{
"accessory": "edison",
"name": "Lamp",
"ip": "192.168.1.12",
"id": "117987783663ab4652b7",
"key": "6d2878334bcade21"
}
]
}
```