final mods for first generic standardisation

This commit is contained in:
znetsixe
2025-06-25 14:52:20 +02:00
parent 57f6ec9cde
commit b3f1fad74e
2 changed files with 18 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ class MeasurementNode {
this.config = {
general: {
name: uiConfig.name,
id: node.id, //need to add this later use node.uuid from a single project file thats unique per location + node-red environment + node
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: {
enabled: uiConfig.enableLog,
@@ -57,6 +57,7 @@ class MeasurementNode {
}
},
asset: {
uuid: uiConfig.assetUuid, //need to add this later to the asset model
tagCode: uiConfig.assetTagCode, //need to add this later to the asset model
supplier: uiConfig.supplier,
category: uiConfig.category, //add later to define as the software type