Remove done todo note
All checks were successful
Node.js CI / build (18.x) (push) Successful in 40s
Node.js CI / build (20.x) (push) Successful in 9s
Node.js CI / build (22.x) (push) Successful in 9s

This commit is contained in:
2025-01-06 00:22:29 -06:00
parent 179bccfc61
commit 96f626254d

View File

@ -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");