Skip to main content

ApplyDataPointMappingsNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Configuration for the ApplyDataPointMappings node. Evaluates DataPointMapping entities associated with a source entity and produces update items for the mapped target entities.

public record ApplyDataPointMappingsNodeConfiguration : TargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<ApplyDataPointMappingsNodeConfiguration>

Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → ApplyDataPointMappingsNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IEquatable<ApplyDataPointMappingsNodeConfiguration>

Properties

SourceRtIdPath

JSON path to the source entity's RtId

public string SourceRtIdPath { get; set; }

Property Value

String

SourceCkTypeIdPath

JSON path to the source entity's CkTypeId

public string SourceCkTypeIdPath { get; set; }

Property Value

String

SourceValuePath

JSON path to the source value (e.g. the polled sensor value). This value is used as the default when no SourceAttributePath is configured on a mapping, and is also available as the 'value' variable in mapping expressions.

public string SourceValuePath { get; set; }

Property Value

String

SourceStateNamePath

Optional JSON path to the incoming state name (e.g. "tempActual"). When set, only mappings whose SourceAttributePath equals this value are applied. Allows multi-state sources like Loxone controls with many states to route to specific mappings. If null or empty: all mappings for the source entity are applied (legacy behavior).

public string SourceStateNamePath { get; set; }

Property Value

String

TargetPath

public string TargetPath { get; set; }

Property Value

String

TargetValueWriteMode

public TargetValueWriteModes TargetValueWriteMode { get; set; }

Property Value

TargetValueWriteModes

TargetValueKind

public ValueKinds TargetValueKind { get; set; }

Property Value

ValueKinds

DocumentMode

public DocumentModes DocumentMode { get; set; }

Property Value

DocumentModes

Description

public string Description { get; set; }

Property Value

String

Constructors

ApplyDataPointMappingsNodeConfiguration()

public ApplyDataPointMappingsNodeConfiguration()