From 121864ba36c04073da60270e51eb37e7d7c68312 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Tue, 16 Feb 2021 07:18:19 -0600 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Reference.md b/docs/Reference.md index d6a36d3..aeb2a9f 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -123,6 +123,7 @@ The following methods are supported: * `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. + * 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)` * adds *svc* as a Linked Service. Returns a pointer to the calling Service itself so that the method can be chained during instantiation.