@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) • 781 B
TypeScript
import type { UABaseConditionClass, UABaseConditionClass_Base } from "./ua_base_condition_class";
/**
* | | |
* |----------------|------------------------------------------------------------|
* |namespace |http://opcfoundation.org/UA/ |
* |nodeClass |ObjectType |
* |typedDefinition |LogEntryConditionClassType i=19370 |
* |isAbstract |true |
*/
export type UALogEntryConditionClass_Base = UABaseConditionClass_Base;
export interface UALogEntryConditionClass extends UABaseConditionClass, UALogEntryConditionClass_Base {
}