From a1f3f75ef4876c13ca0bbaaf5deab84bcf9fe02d Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Mon, 4 Jan 2021 07:18:46 -0600 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Reference.md b/docs/Reference.md index bdb15fd..4528a50 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -59,6 +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. * 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) * there are no associated methods * the argument *aid* is optional.