diff --git a/docs/ServiceList.md b/docs/ServiceList.md index 9c2b182..e97e845 100644 --- a/docs/ServiceList.md +++ b/docs/ServiceList.md @@ -22,6 +22,8 @@ HomeSpan Services and Characteristics are implemented as C++ Classes with names The pre-defined constant expressions for enumerated Characteristics are in namespaces that match the name of the Characteristic. For example, to set the *Air Quality* Characteristic of an *Air Quality Sensor* Service, you could use `setVal(AirQuality::GOOD)` or, equivalently, `setVal(2)`[^3] + + --- [↩️](../README.md) Back to the Welcome page