UNPKG

n8n-nodes-modbus-fccomplete

Version:

n8n nodes for industrial automation with complete Modbus support (FC1-FC4) and intuitive data conversion with scaling options

8 lines (7 loc) 247 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class ModbusApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }