From 53250b75e7a29710d6da6cebfd7e6f129e4196c7 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 15 Nov 2020 11:56:29 -0600 Subject: [PATCH] Update Categories.md --- docs/Categories.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 |