From 70ebb290da485ca87dccede6fadd280648ac4f9d Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 5 Sep 2021 09:30:00 -0500 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 0c85f02..b41a93b 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -223,7 +223,7 @@ The following methods are supported: * called on a Characteristic that does not have specific enumerated Valid Values, or * called more than once on the same Characteristic * returns a pointer to the Characteristic itself so that the method can be chained during instantiation - * example: `(new Characteristic::SecuritySystemTargetState())->setValidValues(3,0,1,3);` creates a new valid value list of length=3 containing the values 0, 1, and 3. This has the effect of informing the HomeKit that a SecuritySystemTargetState value of 2 (Night Arm) is not valid and should not be shown as a choice in the Home App + * example: `(new Characteristic::SecuritySystemTargetState())->setValidValues(3,0,1,3);` creates a new valid value list of length=3 containing the values 0, 1, and 3. This has the effect of informing HomeKit that a SecuritySystemTargetState value of 2 (Night Arm) is not valid and should not be shown as a choice in the Home App ## *SpanButton(int pin, uint16_t longTime, uint16_t singleTime, uint16_t doubleTime)*