homebridge-simple-http-rgb
v1.0.5
Published
Simple HTTP RGB controller for your rgb leds using http post requests.
Maintainers
Readme
homebridge-simple-http-rgb
Description
RGB HTTP controler based on homebridge-gpio-rgb-ledstrip.
Config
Example
"accessories": [
{
"accessory": "SimpleHttpRGB",
"name": "Bedroom LedStrip",
"apiurl": "http://localhost"
}
]Required
| Key | Description | Default |
| --- | --- | --- |
| accessory | Must always be SimpleHttpRGB | SimpleHttpRGB |
| name | Name to appear in the Home app | HTTP RGB |
| apiurl | URL of api used for post RGB | http://localhost |
