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 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.9",
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
@@ -6,7 +6,7 @@ const child_process_1 = require("child_process");
6
6
  const process_1 = require("process");
7
7
  exports.kEmptyProxy = {
8
8
  cloudServer: "ws.duotecno.eu",
9
- cloudPort: 5098,
9
+ cloudPort: 5097,
10
10
  masterAddress: "",
11
11
  masterPort: 5001,
12
12
  uniqueId: "",
package/server/proxy.ts CHANGED
@@ -18,7 +18,7 @@ export interface ProxyConfig {
18
18
 
19
19
  export const kEmptyProxy: ProxyConfig = {
20
20
  cloudServer: "ws.duotecno.eu",
21
- cloudPort: 5098,
21
+ cloudPort: 5097,
22
22
  masterAddress: "",
23
23
  masterPort: 5001,
24
24
  uniqueId: "", // no unique ID -> don't start the proxy