1.1.0 • Published 7 years ago
homebridge-mac-temperature-light v1.1.0
homebridge-mac-temperature-light
Homebridge accessories to estimate room temperature, and room ambient light from your Mac's sensors.
Installation
- Install Homebridge using npm install -g homebridge
- Install this plugin using npm install -g homebridge-mac-temperature-light
- Update your configuration file. See Configuration & Usage below.
Configuration & Usage
Your Homebridge config file (~/.homebridge/config.json) should include MacTemperature or MacAmbientLight accessories, with names of your choosing, dpeending on what functions from this plugin you wish to enable.
Example:
"accessories": [
    {
        "accessory": "MacTemperature",
        "name": "Temperature"
    },
    {
        "accessory": "MacAmbientLight",
        "name": "Ambient Light"
    }
]