Update Reference.md

This commit is contained in:
HomeSpan 2024-04-28 13:23:54 -05:00 committed by GitHub
parent 1267603e71
commit 96a08ea84b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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