// ----- this file has been automatically generated - do not edit import { UAExclusiveLimitAlarm, UAExclusiveLimitAlarm_Base } from "./ua_exclusive_limit_alarm" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |ExclusiveLevelAlarmType i=9482 | * |isAbstract |false | */ export type UAExclusiveLevelAlarm_Base = UAExclusiveLimitAlarm_Base; export interface UAExclusiveLevelAlarm extends UAExclusiveLimitAlarm, UAExclusiveLevelAlarm_Base { }