added logs

This commit is contained in:
sanjayk03-dev
2025-09-07 00:29:02 +05:30
parent 5c46806c05
commit e18b0089fa

View File

@@ -122,6 +122,7 @@ module.exports = {
attached: function() { attached: function() {
// Sync all state values with motor config when component is ready // Sync all state values with motor config when component is ready
// This ensures UI shows correct values when component is first loaded // 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(); this.syncStateToConfig();
}, },