@mschaeffler/node-red-bthome 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bthome.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ The raw data frames are captured by Shelly devices with Bluetooth (Gen2 up to Ge
|
|
|
21
21
|
|
|
22
22
|
## Encryption
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
This node can decrypt [encrypted messages](https://bthome.io/encryption/), if the AES key is set in the `devices` parameter.
|
|
25
25
|
|
|
26
26
|
## Install
|
|
27
27
|
|
package/bthome.html
CHANGED
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
<a href="https://raw.githubusercontent.com/m-schaeffler/ShellyScripts/refs/heads/main/ShellyBlu.js">This is the script to be used.</a>
|
|
93
93
|
|
|
94
94
|
<h3>Encryption</h3>
|
|
95
|
-
<p>
|
|
95
|
+
<p>This node can decrypt <a href="https://bthome.io/encryption/">encrypted messages</a>, if the AES key is set in the <code>devices</code> parameter.</p>
|
|
96
96
|
|
|
97
97
|
<h3>Input</h3>
|
|
98
98
|
<dl class="message-properties">
|