From 7375d259d7a8df794fb657d0833b804bbfd557a5 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Thu, 26 Nov 2020 09:18:03 -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 b26ace9..fcb28e3 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -120,7 +120,7 @@ The following methods are supported: ## *SpanRange(int min, int max, int step)* -Creating an instance of this **class** changes the allowable range of values for a Characteristic from its HAP default to instead be between *min* and *max* in increments of *step*. +Creating an instance of this **class** overrides the default HAP range for a Characteristic with the *min*, *max*, and *step* values specified. * instantiated Ranges are added to the HomeSpan HAP Database and associated with the last Characteristic instantiated * instantiating a Range without first instantiating a Characteristic throws an error during initialization