Click or drag to resize
Grid Solutions Framework

DeviceAlarmStateAdapterExternalDatabaseMappedAlarmStates Property

Gets or sets the external database mapped alarm states defining the {MappedAlarmState} command parameter substitution parameter used for synchronization of alarm states.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("Good=1,Alarm=3,NotAvailable=2,BadData=3,BadTime=3,OutOfService=5")]
public string ExternalDatabaseMappedAlarmStates { get; set; }
View Source

Property Value

String
See Also