Update ServiceList.md

This commit is contained in:
HomeSpan 2024-01-23 21:04:57 -06:00 committed by GitHub
parent 62819d180e
commit 294d898de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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] 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]
<!-- *AUTOGENERATED* TEXT. DO NOT EDIT THIS LINE OR ANYTHING BELOW -->
--- ---
[↩️](../README.md) Back to the Welcome page [↩️](../README.md) Back to the Welcome page