Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tumekee authored Jul 4, 2023
0 parents commit 9299281
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<p align="center">
<a href="https://github.com/homebridge/homebridge"><img src="https://raw.githubusercontent.com/homebridge/branding/master/logos/homebridge-color-round-stylized.png" height="140"></a>
</p>

<span align="center">

# homebridge-co


</span>

## 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}

0 comments on commit 9299281

Please sign in to comment.