Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 360 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 360 Bytes

homebridge-ambientlight

Homebridge Accessory for Mac's ambient light sensors.

npm install --global homebridge-ambientlight

Edit ~/.homebridge/config.json:

{
    "accessories": [
            {
                "accessory": "iSightAmbientLightSensor",
                "name": "GlavinBook-Pro Ambient Light Sensor"
            }
    ]
}