@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 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
- is at the moment not supported, an update will follow shortly.
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>is at the moment not supported, an update will follow shortly.</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">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mschaeffler/node-red-bthome",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A Node Red node to decrypt and decode BT-Home frames",
5
5
  "author": {
6
6
  "name": "Mathias Schäffler",