// ----- this file has been automatically generated - do not edit import { UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { UInt32, UInt16 } from "node-opcua-basic-types" import { DTContentFilter } from "./dt_content_filter" import { UABaseDataVariable, UABaseDataVariable_Base } from "./ua_base_data_variable" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |VariableType | * |typedDefinition |AlarmStateVariableType i=32244 | * |dataType |UInt16 | * |dataType Name |UInt16 i=32251 | * |value rank |-1 | * |isAbstract |false | */ export interface UAAlarmStateVariable_Base extends UABaseDataVariable_Base { highestActiveSeverity: UAProperty; highestUnackSeverity: UAProperty; activeCount: UAProperty; unacknowledgedCount: UAProperty; unconfirmedCount: UAProperty; filter: UAProperty; } export interface UAAlarmStateVariable extends UABaseDataVariable, UAAlarmStateVariable_Base { }