mirror of
https://github.com/parnic/MMM-IntelliCenter.git
synced 2025-06-16 13:20:12 -05:00
Remove done todo note
This commit is contained in:
@ -191,7 +191,6 @@ module.exports = NodeHelper.create({
|
|||||||
}, reconnectDelayMs);
|
}, reconnectDelayMs);
|
||||||
})
|
})
|
||||||
.on("notify", (msg) => {
|
.on("notify", (msg) => {
|
||||||
// todo: how to find freezeMode on/off?
|
|
||||||
for (const obj of msg.objectList) {
|
for (const obj of msg.objectList) {
|
||||||
if (obj.objnam === intellichemObjnam) {
|
if (obj.objnam === intellichemObjnam) {
|
||||||
Log.info("[MMM-IntelliCenter] received chemical update");
|
Log.info("[MMM-IntelliCenter] received chemical update");
|
||||||
|
Reference in New Issue
Block a user