Update Tutorials.md
This commit is contained in:
parent
0eec3920f4
commit
012c778f15
|
|
@ -114,6 +114,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
|
||||
|
||||
The following examples showcase a variety of HomeSpan and HomeKit functionality as referenced in different sections of the HomeSpan documentation. The sketches can be found in the Arduino IDE under *File → Examples → HomeSpan → Other Examples*
|
||||
|
|
|
|||
Loading…
Reference in New Issue