Accessory Types - WizBangCrash/esp-homekit-devices GitHub Wiki
A number of different accessory types are supported. Set the "t" option to
one of the predefined types and then refer to the type specific information.
| Option | Type | Description |
|---|---|---|
| "t" | 1 | Switch (default) |
| 2 | Outlet | |
| 3 | Stateless Button | |
| 4 | Lock Mechanism | |
| 5 | Contact Sensor | |
| 6 | Occupancy Sensor | |
| 7 | Leak Sensor | |
| 8 | Smoke Sensor | |
| 9 | Carbon Monoxide Sensor | |
| 10 | Carbon Dioxide Sensor | |
| 11 | Filter Change Sensor | |
| 12 | Motion Sensor | |
| 20 | Water Valve | |
| 21 | Thermostat | |
| 22 | Temperature Sensor | |
| 23 | Humidity Sensor | |
| 24 | Temperature & Humidity Sensor | |
| 30 | Lightbulb | |
| 40 | Garage Door | |
| 45 | Window Covering | |
| 60 | TV Service | |
| 65 | Fan |
Click on the accessory type to get detailed information on the options supported by the accessory and examples of how to configure it.