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