From 61db84ece7e1f454f34cc06cb446dc95363487e5 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Mon, 14 Jun 2021 05:35:31 -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 c8796c3..76b25d0 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -93,7 +93,7 @@ Example 17 introduces the HAP concept of Linked Services and demonstrates how th * creating Linked Services using the `addLink()` method ### [Example 18 - SavingStatus](../examples/18-SavingStatus) -Example 18 demonstrates, through the implementaton of two Dimmable LEDs, how the values of Characteristics can be automatically saved in the device's non-volatile storage (NVS) for restoration upon start-up if the device is power-cycled. New HomeSpan API topics covered in this example include: +Example 18 demonstrates, through the implementaton of two Dimmable LEDs, how the values of Characteristics can be automatically saved in the device's non-volatile storage (NVS) for restoration upon start-up if the device is loses power. New HomeSpan API topics covered in this example include: * instructing HomeSpan to store the value of a Characteristic in NVS by setting the second parameter of the constuctor to `true`