From fb03c4a7f6804e5eda79f3aab1fd5294100c613b Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Wed, 25 Nov 2020 14:01:37 -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 fff3f1e..b2a424a 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -12,7 +12,7 @@ At runtime this HomeSpan will create a global object named `homeSpan` that suppo * Initializes HomeSpan. * **Must** be called at the beginning of each sketch before any other HomeSpan functions and is typically placed near the top of the Arduino `setup()` method, but **after** `Serial.begin()` so that initialization diagnostics can be output to the Serial Monitor. * All arguments are **optional**. - * *catID* - the HAP Category HomeSpan broadcasts for pairing to HomeKit. Default is [Category::Lighting](Categories.md). + * *catID* - the HAP Category HomeSpan broadcasts for pairing to HomeKit. Default is Category::Lighting. See [HomeSpan Categories](Categories.md) for a complete list. * *displayName* - the MDNS display name broadcast by HomeSpan. Default is "HomeSpan Server". * *hostNameBase* - the full MDNS host name is broadcast by HomeSpan as *hostNameBase-DeviceID*.local, where DeviceID is a unique 6-byte code generated automatically by HomeSpan. Default is "HomeSpan". * *modelName* - the HAP model name HomeSpan broadcasts for pairing to HomeKit. Default is "HomeSpan-ESP32".