From fe6b542ed8032d64ab3ab3946c0677ebe44c8746 Mon Sep 17 00:00:00 2001 From: Gregg Date: Sun, 17 Apr 2022 17:38:15 -0500 Subject: [PATCH] Delete HomeKitPrimer.md Old, unused file. --- docs/HomeKitPrimer.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 docs/HomeKitPrimer.md diff --git a/docs/HomeKitPrimer.md b/docs/HomeKitPrimer.md deleted file mode 100644 index f7d82fa..0000000 --- a/docs/HomeKitPrimer.md +++ /dev/null @@ -1,10 +0,0 @@ -# HomeKit Primer - -*(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. - - ---- - -[↩️](README.md) Back to the Welcome page