UNPKG

@opcua/for-node-red

Version:

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

13 lines (12 loc) 798 B
import type { UAAlarmCondition, UAAlarmCondition_Base } from "./ua_alarm_condition"; // ----- this file has been automatically generated - do not edit /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |DiscreteAlarmType i=10523 | * |isAbstract |false | */ export type UADiscreteAlarm_Base = UAAlarmCondition_Base; export interface UADiscreteAlarm extends UAAlarmCondition, UADiscreteAlarm_Base {}