From 0d28eaa216091292c77c9bf233bed9be9303d6d2 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 19 Feb 2021 18:01:57 -0600 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 9b2e999..f9815d2 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -28,3 +28,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? + +* 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 of 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. + + +