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