From 7acd023fd2e05e694e843e6c997de95e9f2e7b11 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Mon, 23 Nov 2020 07:57:33 -0600 Subject: [PATCH] Update Tutorials.md --- docs/Tutorials.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Tutorials.md b/docs/Tutorials.md index 8466a3f..fd9729f 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -69,6 +69,9 @@ Example 12 introduces HomeKit *Event Notifications* to implement two new accesso * keeping track of elapsed time since the last update of a Characteristic with the `timeVal()` method * setting the value of a Characteristic and triggering an Event Notification with the `setVal()` method +### [Example 13 - TargetStates](../examples/13-TargetStates/13-TargetStates.ino) +Example 13 we demonstrate the simultaneous use of both the `update()` and `loop()` methods by implementing two new Services: a Garage Door Opener and a motorized Window Shade. Both examples showcase HomeKit's Target-State/Current-State framework. + --- [↩️](README.md) Back to the Welcome page