Update ServiceList.md

This commit is contained in:
HomeSpan 2024-02-01 07:02:02 -06:00 committed by GitHub
parent e421c40f4f
commit bb1b768016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -24,13 +24,8 @@ The pre-defined constant expressions for enumerated Characteristics are in names
[^3]: Note that a Characteristic's pre-defined constants are inherited by objects that you create from that Characteristic. This means that if you create a pointer to the *AirQuality* Characteristic using `Characteristic::AirQuality *air = new Characteristic::AirQuality;` then later in your code you can either say<br> `air->setVal(Characteristic::AirQuality::GOOD)` or `air->GOOD`. Both will work, but the latter is much easier to type. [^3]: Note that a Characteristic's pre-defined constants are inherited by objects that you create from that Characteristic. This means that if you create a pointer to the *AirQuality* Characteristic using `Characteristic::AirQuality *air = new Characteristic::AirQuality;` then later in your code you can either say<br> `air->setVal(Characteristic::AirQuality::GOOD)` or `air->GOOD`. Both will work, but the latter is much easier to type.
:point_right: For a fully-expanded list of all Services and Characteristics (suitable for searching), click [HERE](ServiceList_Expanded.md) instead.
# Currently-Supported Services and Characteristics
<!-- AUTOGENERATED_TEXT. DO NOT EDIT THIS LINE OR ANYTHING BELOW --> <!-- AUTOGENERATED_TEXT. DO NOT EDIT THIS LINE OR ANYTHING BELOW -->
## Mandatory Services ## Mandatory Services
### AccessoryInformation (3E) ### AccessoryInformation (3E)
<i> Required Identification Information. For each Accessory in a HomeSpan device this must be included as the first Service.</i><br><table> <i> Required Identification Information. For each Accessory in a HomeSpan device this must be included as the first Service.</i><br><table>