Update Tutorials.md

This commit is contained in:
HomeSpan 2020-11-23 07:57:33 -06:00 committed by GitHub
parent 6d47b4606b
commit 7acd023fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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