From e4650123f82f6a2aa2db68ef2452a982ab185dbb Mon Sep 17 00:00:00 2001 From: Blake Tourneur Date: Mon, 18 Jan 2021 09:49:43 +1030 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2843a29..8b67a5f 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,6 @@ SpaNET spa controllers can be found in a variety of Vortex, Oasis and many other **Q - If my spa has a compatible SpaNET controller without WiFi, can I make my own SmartLINK module?** This should be possible, and testing to successfully make and program a homemade SmartLINK compatible module is currently underway. This will be updated if it is completed and a documentation is decided to be released about it. + +**Q - Can I integrate the password encryption code into my own compiled code instead of [users] having to use the CLI utility beforehand?** +The password encryption code and key to generate the correct hashed password for use in the API calls is currently kept private meaning you can only generate your password beforehand with the CLI utility. If you would like this code for use in your own software (must be compiled if distributed), please contact me with the email on my account.