Update Categories.md
This commit is contained in:
parent
dae80d8860
commit
53250b75e7
|
|
@ -5,6 +5,36 @@ Every HomeSpan device must be assigned a HomeKit Accessory Category. HomeSpan im
|
|||
```C++
|
||||
homeSpan.begin(Category::GarageDoorOpeners,"Acme Garage Door Lifts");
|
||||
```
|
||||
|
||||
The table below provides a list of all HomeSpan Categories.
|
||||
|
||||
### Category List
|
||||
|
||||
| Category |
|
||||
|---|
|
||||
| AirConditioners |
|
||||
| AirPurifiers |
|
||||
| Bridges |
|
||||
| Dehumidifiers |
|
||||
| Doors |
|
||||
| Fans |
|
||||
| Faucets |
|
||||
| Lighting |
|
||||
| Locks |
|
||||
| GarageDoorOpeners |
|
||||
| Heaters |
|
||||
| Humidifiers |
|
||||
| IPCameras |
|
||||
| Other |
|
||||
| Outlets |
|
||||
| ProgrammableSwitches |
|
||||
| SecuritySystems |
|
||||
| Sensors |
|
||||
| ShowerSystems |
|
||||
| Sprinklers |
|
||||
| Switches |
|
||||
| Thermostats |
|
||||
| VideoDoorbells |
|
||||
| Windows |
|
||||
| WindowCoverings |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue