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) 843 B
import type { UABaseConditionClass, UABaseConditionClass_Base } from "./ua_base_condition_class"; // ----- this file has been automatically generated - do not edit /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |ProcessConditionClassType i=11164 | * |isAbstract |true | */ export type UAProcessConditionClass_Base = UABaseConditionClass_Base; export interface UAProcessConditionClass extends UABaseConditionClass, UAProcessConditionClass_Base {}