From 9611ae0cf77ae5ffdb6854f8ab849aa5ad2d7928 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Tue, 24 Nov 2020 21:19:12 -0600 Subject: [PATCH] Update Categories.md --- docs/Categories.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Categories.md b/docs/Categories.md index c609d3c..e462d68 100644 --- a/docs/Categories.md +++ b/docs/Categories.md @@ -8,8 +8,6 @@ homeSpan.begin(Category::GarageDoorOpeners,"Acme Garage Door Lifts"); The table below provides a list of all HomeSpan Categories. -> Note that the HomeKit primarily uses the Accessory Category of a device for determining the icon to show in the Home App when a device is being paired. Apart from this purely cosmetic function, the Category assigned to a device does not in any way limit which Services or Characteristics can be implemented on that device. - ### Accessory Categories * AirConditioners @@ -38,6 +36,8 @@ The table below provides a list of all HomeSpan Categories. * Windows * WindowCoverings +Note that the HomeKit primarily uses the Accessory Category of a device for determining the icon to show in the Home App when a device is being paired. Apart from this purely cosmetic function, the Category assigned to a device does not in any way limit which Services or Characteristics can be implemented on that device. + --- [↩️](README.md) Back to the Welcome page