Update Tutorials.md
This commit is contained in:
parent
e907449106
commit
61db84ece7
|
|
@ -93,7 +93,7 @@ Example 17 introduces the HAP concept of Linked Services and demonstrates how th
|
||||||
* creating Linked Services using the `addLink()` method
|
* creating Linked Services using the `addLink()` method
|
||||||
|
|
||||||
### [Example 18 - SavingStatus](../examples/18-SavingStatus)
|
### [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`
|
* instructing HomeSpan to store the value of a Characteristic in NVS by setting the second parameter of the constuctor to `true`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue