From 7779557101d36c3191ac77bc8d5c4a891121b654 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Wed, 2 Dec 2020 07:20:04 -0600 Subject: [PATCH] Update HomeKitPrimer.md --- docs/HomeKitPrimer.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/HomeKitPrimer.md b/docs/HomeKitPrimer.md index 4ffad02..f7d82fa 100644 --- a/docs/HomeKitPrimer.md +++ b/docs/HomeKitPrimer.md @@ -1,6 +1,9 @@ # HomeKit Primer -*(coming soon)* +*(editing in progress)* + +The standard reference for all HomeKit devices is [Apple's HomeKit Accessory Protocol Specification Release R2 (HAP-R2)](https://developer.apple.com/support/homekit-accessory-protocol/). HomeSpan rigorously implements HAP-R2, so if you are already familiar with HomeKit concepts and terminology, using HomeSpan to create your own HomeKit devices should be extremely easy. However, if this is your first time programming for HomeKit, some of the basic HomeKit terminology can be confusing, and unfortunately Apple's HAP-R2 guide does not provide much in the way of an introduction or overview to HomeKit itself. This page hopefully provides you with the missing "overview" you need to better understand the overall HomeKit ecosystem. + ---