pull/816/merge
Benjamin D'Hoop 2 years ago committed by GitHub
commit fe0991f7ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -72,7 +72,7 @@ class IOTMailbox {
? Math.random().toFixed(2) * -1
: Math.random().toFixed(2);
console.log(`Mailbox state changed - lightLevel: ${lightLevel}`);
this.signalCallback(this.lightLevel);
this.signalCallback(lightLevel);
this.lastLightLevel = lightLevel;
}
};

Loading…
Cancel
Save