Update ServiceList.md

This commit is contained in:
HomeSpan 2024-01-25 06:11:16 -06:00 committed by GitHub
parent ad302e42f8
commit ca48fb7be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +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.
: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 -->