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 322c1c4 commit f405c16Copy full SHA for f405c16
ecoflow-api.js
@@ -26,7 +26,7 @@ module.exports = function(RED) {
26
node.setQuotaSelective = function(sn, values) {
27
return client.setCommandPlain({sn: sn, ...values });
28
}
29
- node.queryMqttCert = function(sn) {
+ node.queryMqttCert = function() {
30
return client.getMqttCredentials();
31
32
node.getSpecificDevice = function(sn) {
0 commit comments