From 96a08ea84b9a3d9babb5a7dae393b078dbaf0eec Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sun, 28 Apr 2024 13:23:54 -0500 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference.md b/docs/Reference.md index d1b40ff..1da6237 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -310,7 +310,7 @@ The following **optional** `homeSpan` methods provide additional run-time functi * `const uint8_t *getID()` returns pointer to the 36-byte ID of the controller * `const uint8_t *getLTPK()` returns pointer to the 32-byte Long Term Public Key of the controller * `boolean isAdmin()` returns true if controller has admin permissions, else returns false - * see this gist for an example of how to use these methods to extract the same data about each controller that HomeSpan prints to the Serial Monitor when using the 's' CLI command + * see this [gist](https://gist.github.com/HomeSpan/5486704b42027e31ab38a9f193451308) for an example of how to use these methods to extract the same data about each controller that HomeSpan prints to the Serial Monitor when using the 's' CLI command ---