1.1.1 • Published 10 months ago

@tumekee/homebridge-co v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

homebridge-co

Description

This plugin shows a CO air quality accessory that will trigger when then threshold is met - Carbon monoxide ( CO ) NOT carbon dioxide( Co2 )

Example config:

{
  "accessories": [
    {
      "accessory": "COSensor",
      "name": "CO Sensor",
      "url": "http://10.1.1.145",
      "threshold": 50,
      "pollingInterval": 60,
      "coLevelPath": "co_level"
    }
  ]
}

response must be JSON default path is {"co_level": xx.xx}

1.1.1

10 months ago

1.1.0

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago