Update Reference.md

This commit is contained in:
HomeSpan 2021-02-16 07:18:19 -06:00 committed by GitHub
parent 45e7c60dd1
commit 121864ba36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ The following methods are supported:
* `SpanService *setHidden()` * `SpanService *setHidden()`
* specifies that this is hidden Service for the Accessory. Returns a pointer to the Service itself so that the method can be chained during instantiation. * specifies that this is hidden Service for the Accessory. Returns a pointer to the Service itself so that the method can be chained during instantiation.
* note this does not seem to have any affect on the Home App. Services marked as hidden still appear as normal
* `SpanService *addLink(SpanService *svc)` * `SpanService *addLink(SpanService *svc)`
* adds *svc* as a Linked Service. Returns a pointer to the calling Service itself so that the method can be chained during instantiation. * adds *svc* as a Linked Service. Returns a pointer to the calling Service itself so that the method can be chained during instantiation.