added childId and childname for debug

This commit is contained in:
znetsixe
2025-09-04 17:05:39 +02:00
parent bef39bc533
commit de76803f7e
3 changed files with 5 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ class nodeClass {
// Merge UI config over defaults
this.config = {
general: {
name: uiConfig.name,
name: this.name,
id: node.id, // node.id is for the child registration process
unit: uiConfig.unit, // add converter options later to convert to default units (need like a model that defines this which units we are going to use and then conver to those standards)
logging: {