UNPKG

@fabianvolkers/n8n-nodes-modbus-trigger

Version:

n8n node to trigger Modbus Address on change

6 lines (5 loc) 271 B
import type { INodeType, INodeTypeDescription, IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare class Modbus implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }