Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inacho/homebridge-edison
- Owner: inacho
- License: mit
- Created: 2020-05-25T01:16:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T00:28:21.000Z (over 1 year ago)
- Last Synced: 2024-08-09T15:51:40.609Z (5 months ago)
- Topics: homebridge, homebridge-plugin
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
]
}
```