UNPKG
@fabianvolkers/n8n-nodes-modbus-trigger
Version:
latest (0.2.5)
0.2.5
n8n node to trigger Modbus Address on change
github.com/lostedz/n8n-modbus
lostedz/n8n-modbus
@fabianvolkers/n8n-nodes-modbus-trigger
/
dist
/
credentials
/
ModbusApi.credentials.d.ts
8 lines
(7 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
ICredentialType
,
INodeProperties
}
from
'n8n-workflow'
;
export
declare
class
ModbusApi
implements
ICredentialType
{
name
:
string
;
displayName
:
string
;
documentationUrl
:
string
;
properties
:
INodeProperties
[]; }