diff --git a/docs/Categories.md b/docs/Categories.md index 47ae352..bd087e3 100644 --- a/docs/Categories.md +++ b/docs/Categories.md @@ -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 |