We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55545f commit 5538069Copy full SHA for 5538069
arduino-cloud.js
@@ -53,7 +53,7 @@ module.exports = function (RED) {
53
this.status({ fill: "red", shape: "ring", text: "Connection Error" });
54
}
55
this.on('close', function (done) {
56
- connectionManager.deleteClientMqtt(connectionConfig.credentials.clientid, this.thing, this.propertyName,config.id).then(() => { done(); });
+ connectionManager.deleteClientMqtt(connectionConfig.credentials.clientid, this.thing, this.propertyVariableName,config.id).then(() => { done(); });
57
});
58
59
//this.poll(connectionConfig);
0 commit comments