Update Reference.md

This commit is contained in:
HomeSpan 2021-01-29 21:27:57 -06:00 committed by GitHub
parent b2bd7da4ce
commit 02cfe7bbcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ The following **optional** `homeSpan` methods override various HomeSpan initiali
* `void setQRID(const char *ID)` * `void setQRID(const char *ID)`
* changes the Setup ID from the HomeSpan default ("HSPN") to *ID* * changes the Setup ID from the HomeSpan default ("HSPN") to *ID*
* *ID* must be exactly 4 alphanumeric characters. If not, the request to change the Setup ID is silently ignored and remains "HSPN" * *ID* must be exactly 4 alphanumeric characters (0-9, A-Z, and a-z). If not, the request to change the Setup ID is silently ignored and remains "HSPN"
* The Setup ID is an optional parameter used when pairing the device to HomeKit with a QR Code (instead of the usual Setup Code) * The Setup ID is an optional parameter used when pairing the device to HomeKit with a QR Code (instead of the usual Setup Code)