From 0c2f29db2f00ff415075b69b717120f1109aa1f0 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 13 Jan 2024 15:45:49 -0600 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Reference.md b/docs/Reference.md index fc32bc7..758b6ab 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -301,6 +301,9 @@ The following `homeSpan` methods are considered experimental, since not all use * if this method is used, and you have no need to add your own code to the main Arduino `loop()`, you can safely skip defining a blank `void loop(){}` function in your sketch * warning: if any code you add to the Arduino `loop()` method tries to alter any HomeSpan settings or functions running in the background `poll()` task, race conditions may yield undefined results +* `TaskHandle_t getAutoPollTask()` + * returns the task handle for the Auto Poll Task, or NULL if Auto Polling has not been used + ## *SpanAccessory(uint32_t aid)* Creating an instance of this **class** adds a new HAP Accessory to the HomeSpan HAP Database.