Update ServiceList.md

This commit is contained in:
HomeSpan 2022-03-28 21:42:13 -05:00 committed by GitHub
parent c54e355a61
commit ce343be55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -176,6 +176,22 @@ Additionally, when first starting up, HomeSpan begins by validating the device's
|Volume|uint8_t|0| |Volume|uint8_t|0|
|WaterLevel|double|0| |WaterLevel|double|0|
### HAP Format Codes (HAP-R2 Table 6-5)
|HAP-R2 Format Code|HomeSpan C++ Type|
|------------------|-----------------|
|BOOL|boolean|
|UINT8|uint8_t|
|UINT16|uint16_t|
|UINT32|uint32_t|
|UINT64|uint64_t|
|INT|int|
|FLOAT|double|
|STRING|char \*|
|TLV8|(not implemented)|
|DATA|(not implemented)|
--- ---
[↩️](README.md) Back to the Welcome page [↩️](README.md) Back to the Welcome page