From e18b0089faef41da4bd1a3ea093f01ce5fad4c99 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sun, 7 Sep 2025 00:29:02 +0530 Subject: [PATCH] added logs --- src/js/motor-view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/motor-view.js b/src/js/motor-view.js index 108f232..c306a93 100644 --- a/src/js/motor-view.js +++ b/src/js/motor-view.js @@ -122,6 +122,7 @@ module.exports = { attached: function() { // Sync all state values with motor config when component is ready // This ensures UI shows correct values when component is first loaded + console.log("Syncing state to motor config for motor index ",this.index); this.syncStateToConfig(); },