From 78fc6fb8cd9f67bd7b331eb4c9d63c326eae7770 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 16 Apr 2022 22:45:37 -0500 Subject: [PATCH] Update Tutorials.md --- docs/Tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tutorials.md b/docs/Tutorials.md index b561b0e..b04c2ff 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -119,7 +119,7 @@ An example of HomeKit's *undocumented* Television Service showing how different Demonstrates how to use HomeSpan's *Pixel* and *Dot* classes to control one- and two-wire Addressable RGB and RGBW LEDs. See the [Addressable RGB LEDs](Pixels.md) page for full details ### [CustomService](../Other%20Examples/CustomService) -Demonstrates how to create Custom Services and Custom Characteristics in HomeSpan to implement an Atmospheric Pressure Sensor recognized by the *Eve for HomeKit* app. See the [Custom Characteristics and Custom Services Macros](Reference.md#custom-characteristics-and-custom-services-macros) page for full details +Demonstrates how to create Custom Services and Custom Characteristics in HomeSpan to implement an Atmospheric Pressure Sensor recognized by the *Eve for HomeKit* app. See [Custom Characteristics and Custom Services Macros](Reference.md#custom-characteristics-and-custom-services-macros) for full details ---