UNPKG

@fiqch/n8n-nodes-fiq-opcua

Version:

n8n custom node for reading and writing OPC UA data (FactoryIQ)

10 lines (9 loc) 215 B
export interface FactoryIQNodeOutput { timestamp: number; source: string; protocol: string; address?: string; metrics: Record<string, any>; status?: string; meta?: Record<string, any>; }