Update Reference.md

This commit is contained in:
HomeSpan 2021-01-04 07:19:43 -06:00 committed by GitHub
parent a1f3f75ef4
commit 26c4342a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ The following **optional** `homeSpan` methods override various HomeSpan initiali
Creating an instance of this **class** adds a new HAP Accessory to the HomeSpan HAP Database. Creating an instance of this **class** adds a new HAP Accessory to the HomeSpan HAP Database.
* every HomeSpan sketch requires at least one Accessory * every HomeSpan sketch requires at least one Accessory
* a sketch can contain a maximum of 41 Accessories per sketch (is exceeded, a runtime error will the thrown and the sketch will halt) * a sketch can contain a maximum of 41 Accessories per sketch (if exceeded, a runtime error will the thrown and the sketch will halt)
* there are no associated methods * there are no associated methods
* the argument *aid* is optional. * the argument *aid* is optional.