Increase message size (#19196)

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel
2025-08-19 12:33:10 +02:00
committed by GitHub
parent 0d36961494
commit c7da9f4216
2 changed files with 7 additions and 7 deletions
@@ -38,12 +38,12 @@ The following discovery features are available:
The `zwavejs` binding requires configuration of the bridge to connect to the Z-Wave JS Webservice.
The configuration options include:
| Name | Type | Description | Default | Required | Advanced |
|-----------------------|---------|------------------------------------------------------|---------|----------|----------|
| hostname | text | Hostname or IP address of the server | N/A | yes | no |
| port | number | Port number to access the service | 3000 | yes | no |
| maxMessageSize | number | Maximum size of messages in bytes | 2097152 | no | yes |
| configurationChannels | boolean | Expose the command class 'configuration' as channels | false | no | yes |
| Name | Type | Description | Default | Required | Advanced |
|-----------------------|---------|------------------------------------------------------|----------|----------|----------|
| hostname | text | Hostname or IP address of the server | N/A | yes | no |
| port | number | Port number to access the service | 3000 | yes | no |
| maxMessageSize | number | Maximum size of messages in bytes | 16777216 | no | yes |
| configurationChannels | boolean | Expose the command class 'configuration' as channels | false | no | yes |
## Thing Configuration
@@ -32,7 +32,7 @@
<parameter name="maxMessageSize" type="integer" required="true" min="1048576" max="33554432" step="262144">
<label>Maximum Message Size</label>
<description>The maximum size of the message (in bytes) that the ZWave-JS server can send</description>
<default>2097152</default>
<default>16777216</default>
<advanced>true</advanced>
</parameter>
</config-description>