Click or drag to resize
Grid Solutions Framework

GSFDeviceAlarmStateAdapterOutputMeasurements Property

Gets or sets output measurements that the adapter will produce, if any.

Namespace:  GrafanaAdapters
Assembly:  GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override IMeasurement[] OutputMeasurements { get; set; }
Request Example View Source

Property Value

Type: IMeasurement

Implements

IAdapterOutputMeasurements
See Also