homebridge-smartsystem 6.7.0 → 6.7.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -293,6 +293,9 @@ Homebridge UI version
293
293
  ### v6.6.0 - 21-05-2025 - OpenHAB
294
294
  - 0: Extra "Switch" type openHAB, uses username/password to ask for a token
295
295
 
296
+ ### v6.7.0 - 19/06/2025
297
+ - 0: implemented "links" between HB accessories and Duotecno units.
298
+ - 1: updated the readme file
296
299
 
297
300
  ## Hardware
298
301
  A Raspberry Pi that connects to a Duotecno IP Node
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-smartsystem",
3
3
  "displayname": "Duotecno Bridge",
4
- "version": "6.7.0",
4
+ "version": "6.7.1",
5
5
  "description": "SmartServer (Proxy Websockets to TCP sockets, Smappee MQTT, Duotecno IP Nodes, Homekit interface)",
6
6
  "main": "index.js",
7
7
  "author": "Johan Coppieters",