UNPKG
n8n-nodes-modbus-trigger
Version:
latest (0.3.0)
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
n8n node to trigger Modbus Address on change
github.com/lostedz/n8n-modbus
lostedz/n8n-modbus
n8n-nodes-modbus-trigger
/
dist
/
nodes
/
Modbus
/
types.d.ts
2 lines
(1 loc)
•
99 B
TypeScript
View Raw
1
2
export
declare
type
ModbusDataType =
'int16'
|
'uint16'
|
'int32'
|
'uint32'
|
'int64'
|
'uint64'
;