brutella / hc

hc is a lightweight framework to develop HomeKit accessories in Go.
Apache License 2.0
1.74k stars 189 forks source link

Is there has plan to support new device types? #211

Closed helloworlde closed 2 years ago

helloworlde commented 2 years ago

Like tvoc, PM, pressure, brightness and other sensors?

brutella commented 2 years ago

You can easily create any accessory you want. The accessory type is just a wrapper around a specific service. There is currently no plans to predefine those accessory types.