From b216d053c44735f0ddfb07dd599e3c8f282053b3 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Fri, 29 Jan 2021 21:19:25 -0600 Subject: [PATCH] Update QRCodes.md --- docs/QRCodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/QRCodes.md b/docs/QRCodes.md index 8169668..599a927 100644 --- a/docs/QRCodes.md +++ b/docs/QRCodes.md @@ -43,8 +43,8 @@ The Setup Payload for a HomeKit device always begins with "X-HM://", followed by The nine base-36 digits should encode a 45-bit word formed from the following data elements (listed from most- to least-significant bit): -* Bits 45-43 - The "Version" field. Always set to 0 -* Bits 42-39 - The "Reserved" field. Always set to 0 +* Bits 45-43 - The "Version" field (0-7). Always set to 0 +* Bits 42-39 - The "Reserved" field (0-15). Always set to 0 * Bits 38-31 - The device's Accessory Category (0-255) * Bit 30 - Always set to 0 * Bit 29 - Set to 1 if the device supports BLTE pairing, else set to 0