0.0.3 • Published 3 years ago

homebridge-air-detector v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

homebridge-air-detector

Configuration

"accessories": [
        {
            "accessory": "ClearGrassAirMonitor",
            "name": "Office Air Monitor",
            "ip": "xxx.xxx.xxx.xxx",
            "token": "--------",
            "showTemperature": true,
            "showHumidity": true,
            "showAirQuality": true,
            "showCo2": true,
            "co2_Threshold": 1000,
            "barkPush": true,
            "barkToken": "xxx"
        }
    ]