matterbridge-litetouch 1.0.1 → 1.0.2

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
@@ -103,7 +103,7 @@ Configuration options:
103
103
  "name": "Litetouch 2000",
104
104
  "serialPort": "/dev/ttyUSB0",
105
105
  "baudRate": 9600,
106
- "pollingInterval": 2000,
106
+ "pollingInterval": 250,
107
107
  "commandTimeout": 1000,
108
108
  "dimmers": [
109
109
  { "address": "01-1", "name": "Living Room Main" },
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "pollingInterval": {
26
26
  "title": "Polling Interval (ms)",
27
- "description": "Time between polling each load for status updates (minimum 500ms)",
27
+ "description": "Time between polling each load for status updates. Lower values may cause responses to arrive out of order if the CCU cannot keep up.",
28
28
  "type": "integer",
29
29
  "default": 2000,
30
- "minimum": 500,
30
+ "minimum": 250,
31
31
  "maximum": 10000
32
32
  },
33
33
  "commandTimeout": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-litetouch",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Matterbridge plugin for Litetouch 2000 lighting control systems",
5
5
  "author": "signal15",
6
6
  "license": "PolyForm-Noncommercial-1.0.0",