Update ServiceList.md
This commit is contained in:
parent
ad302e42f8
commit
ca48fb7be7
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue