From 012c778f150e32abdb0c5057b7658c4de74ece2a Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 27 Apr 2024 10:47:52 -0500 Subject: [PATCH] Update Tutorials.md --- docs/Tutorials.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Tutorials.md b/docs/Tutorials.md index 5bb1888..28c3b2d 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -113,6 +113,10 @@ Example 20 illustrates a number of advanced techniques through the implementatio ### [Example 21 - AccessoryIdentifier](../examples/21-AccessoryIdentifier) Example 21 shows how the Identifier Characteristic that is always present in each Accessory's required AccessoryInformation Service can be used to create a custom "identification routine" that can be triggered from within the Home App when pairing a device. This example does not use any new HomeSpan methods. + +### [Example 22-TLV8_Characteristics](../examples/22-TLV8_Characteristics) +Example 22 demonstrates, through the implementation of the DisplayOrder Characteristic used in conjunction with the InputSource and Television Services... + ## Other Examples