mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
protocol-version field name is in lower case
This commit is contained in:
parent
70cd28736a
commit
fefac84369
@ -49,7 +49,7 @@ module.exports = function(RED) {
|
|||||||
port: this.serverConfig.port * 1,
|
port: this.serverConfig.port * 1,
|
||||||
user: this.serverConfig.username,
|
user: this.serverConfig.username,
|
||||||
pass: this.serverConfig.password,
|
pass: this.serverConfig.password,
|
||||||
protocolVersion: this.serverConfig.protocolVersion,
|
protocolVersion: this.serverConfig.protocolversion,
|
||||||
reconnectOpts: {
|
reconnectOpts: {
|
||||||
retries: this.serverConfig.reconnectretries * 1,
|
retries: this.serverConfig.reconnectretries * 1,
|
||||||
delay: this.serverConfig.reconnectdelay * 1
|
delay: this.serverConfig.reconnectdelay * 1
|
||||||
@ -119,7 +119,7 @@ module.exports = function(RED) {
|
|||||||
port: this.serverConfig.port * 1,
|
port: this.serverConfig.port * 1,
|
||||||
user: this.serverConfig.username,
|
user: this.serverConfig.username,
|
||||||
pass: this.serverConfig.password,
|
pass: this.serverConfig.password,
|
||||||
protocolVersion: this.serverConfig.protocolVersion,
|
protocolVersion: this.serverConfig.protocolversion,
|
||||||
reconnectOpts: {
|
reconnectOpts: {
|
||||||
retries: this.serverConfig.reconnectretries * 1,
|
retries: this.serverConfig.reconnectretries * 1,
|
||||||
delay: this.serverConfig.reconnectdelay * 1
|
delay: this.serverConfig.reconnectdelay * 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user