From 67bd52e7b25f96c6682be0d525cf8abb5dc906a5 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Wed, 25 Nov 2020 13:11:08 -0600 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Reference.md b/docs/Reference.md index 5d4e595..5597a19 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -10,10 +10,10 @@ At runtime this HomeSpan will create a global object named `homeSpan` that suppo * `void begin(Category catID, char *displayName, char *hostNameBase, char *modelName);` * Initializes HomeSpan - * **Must** be called at the beginning of each sketch before any other HomeSpan functions. - * All arguments are **optional**. + * **Must** be called at the beginning of each sketch before any other HomeSpan functions + * All arguments are **optional** * *catID* - the HAP Category HomeSpan broadcasts for pairing to HomeKit. Default is [Category::Lighting](Categories.md) * *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" + * *modelName* - the HAP model name HomeSpan broadcasts for pairing to HomeKit. Default is "HomeSpan-ESP32"