Update Categories.md

This commit is contained in:
HomeSpan 2020-11-24 21:19:12 -06:00 committed by GitHub
parent 89b3e77bbb
commit 9611ae0cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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