From e0c062ef07fa6916776087987efded7718135fd3 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Mon, 23 Nov 2020 07:44:20 -0600 Subject: [PATCH] Update Tutorials.md --- docs/Tutorials.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Tutorials.md b/docs/Tutorials.md index d3e4314..0222dc3 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -57,6 +57,11 @@ Example 10 illustrates how to control an RGB LED to set any color and brightness * converting HomeKit Hue/Saturation/Brightness levels to Red/Green/Blue levels using `PwmPin::HSVtoRGB()` * using the optional template functionality of `getVal()`, such as `getVal()` +### [Example 11 - ServiceOptions](../examples/11-ServiceOptions/11-ServiceOptions.ino) +This example explores how the Name Characteristic can be used to create different naming schemes for multi-Service Accessories, and how these appear in the Home App depending on how you display the Accessory tile. New HomeSpan API topics covered in this example include: + +* setting the primary Service for an Accessory with the `setPrimary()` method + ---