From 184cd3d82f216d07c4e0b6686ed7dd433e2cc948 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Tue, 11 Jan 2022 06:01:19 -0600 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference.md b/docs/Reference.md index d97270b..4e359ab 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -349,7 +349,7 @@ new Service::LightBulb(); Note that Custom Characteristics must be created prior to calling `homeSpan.begin()` -> Advanced Tip: When presented with an unrecognized Custom Characteristic, Eve for HomeKit helpfully displays a *generic control* allowing you to interact with any Custom Characteristic you create in HomeSpan. However, since Eve does not recognize the Characteristic, it will only render the generic control if the Characteristic includes a **description** field, which you can add to any Characteristic using the `setDescription()` method described above. You may also want to use `setUnits()` and `setRange()` so that the Eve App displays a control with appropriate ranges for your Custom Characteristic. +> Advanced Tip: When presented with an unrecognized Custom Characteristic, Eve for HomeKit helpfully displays a *generic control* allowing you to interact with any Custom Characteristic you create in HomeSpan. However, since Eve does not recognize the Characteristic, it will only render the generic control if the Characteristic includes a **description** field, which you can add to any Characteristic using the `setDescription()` method described above. You may also want to use `setUnit()` and `setRange()` so that the Eve App displays a control with appropriate ranges for your Custom Characteristic. ---