Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glavin001/homebridge-ambientlight
(:warning: No longer maintained :warning:) Homebridge Accessory for Mac's ambient light sensors.
https://github.com/glavin001/homebridge-ambientlight
ambientlight homebridge homebridge-plugin macos sensor
Last synced: 20 days ago
JSON representation
(:warning: No longer maintained :warning:) Homebridge Accessory for Mac's ambient light sensors.
- Host: GitHub
- URL: https://github.com/glavin001/homebridge-ambientlight
- Owner: Glavin001
- License: mit
- Created: 2017-02-26T21:32:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T22:29:59.000Z (almost 8 years ago)
- Last Synced: 2024-11-29T23:48:30.699Z (about 1 month ago)
- Topics: ambientlight, homebridge, homebridge-plugin, macos, sensor
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-ambientlight
Homebridge Accessory for Mac's ambient light sensors.
```
npm install --global homebridge-ambientlight
```Edit `~/.homebridge/config.json`:
```json
{
"accessories": [
{
"accessory": "iSightAmbientLightSensor",
"name": "GlavinBook-Pro Ambient Light Sensor"
}
]
}
```