Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 2432dc0

Browse files
committed
fix a thing i shouldn't have changed...
1 parent d8a79d1 commit 2432dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netatmo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ netatmo.prototype.setThermpoint = function (options, callback) {
700700

701701
console.log(body);
702702

703-
this.emit('set-thermpoint', err, body.status);
703+
this.emit('get-thermstate', err, body.status);
704704

705705
if (callback) {
706706
return callback(err, body.status);

0 commit comments

Comments
 (0)