homebridge-smartsystem 6.8.9 → 6.8.10
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 -0
- package/package.json +1 -1
- package/server/proxy.js +1 -1
- package/server/proxy.ts +1 -1
package/README.md
CHANGED
|
@@ -313,6 +313,7 @@ Homebridge UI version
|
|
|
313
313
|
- 7: 28 aug / restart if no free connections
|
|
314
314
|
- 8: 28 aug / less logging (through logConfig) for device set/get functions
|
|
315
315
|
- 9: corrected reading the local config file + dump it in the logs
|
|
316
|
+
- 10: wrong default port for cloud server
|
|
316
317
|
|
|
317
318
|
## Hardware
|
|
318
319
|
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.8.
|
|
4
|
+
"version": "6.8.10",
|
|
5
5
|
"description": "SmartServer (Proxy TCP sockets to the cloud, Smappee MQTT, Duotecno IP Nodes, Homekit interface)",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": "Johan Coppieters",
|
package/server/proxy.js
CHANGED
package/server/proxy.ts
CHANGED