From 8d54be530883d89bd016bde906e6cc532ebcaf5b Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 31 Oct 2021 17:35:09 -0500 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 33abe01..1b6b0cb 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -32,9 +32,9 @@ * *sketch* - the version number of the sketch, as specified with `homeSpan.setSketchVersion(const char *)`, or *n/a* if no version was specified * *ota* - either *yes* or *no* depending on whether OTA was enabled for the sketch using the method `homeSpan.enableOTA()` -#### Where are the Television Services? +#### Does HomeSpan support Television Services? -* Though HomeKit now supports Television controls, at the time of this posting Apple has not publicly released any specifications, SDKs, or ADKs, related to HAP Television Services or any HAP Television Characteristics. It appears that for now these Services are meant only for commercial use. Support for HAP Television Services and Characteristics will be added to HomeSpan as soon as Apple makes the specifications publicly available in some form or another. +* Yes. Though undocumented by Apple and not officially part of HAP-R2, HomeSpan supports HomeKit Television controls. See [Television Services](../TVServices.md) for details. #### Can you use HomeSpan with an Ethernet connection instead of a WiFi connection?