Skip to content

Commit f405c16

Browse files
committed
remove unneded sn param from mqttcred func
1 parent 322c1c4 commit f405c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecoflow-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function(RED) {
2626
node.setQuotaSelective = function(sn, values) {
2727
return client.setCommandPlain({sn: sn, ...values });
2828
}
29-
node.queryMqttCert = function(sn) {
29+
node.queryMqttCert = function() {
3030
return client.getMqttCredentials();
3131
}
3232
node.getSpecificDevice = function(sn) {

0 commit comments

Comments
 (0)