From 294d898de8d003ea880037f30e5dbcb065e9b753 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Tue, 23 Jan 2024 21:04:57 -0600 Subject: [PATCH] Update ServiceList.md --- docs/ServiceList.md | 2 ++ 1 file changed, 2 insertions(+) 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