UNPKG
node-mndp
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A Mikrotik Network Discovery Protocol in Node
github.com/pheinrichs/node-mndp
pheinrichs/node-mndp
node-mndp
/
lib
/
interfaces
/
device.ts
9 lines
•
178 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
Device
{
ipAddress
:
string
;
macAddress
:
string
;
version
:
string
;
identity
:
string
;
platform
:
string
;
uptime
:
number
;
board
:
string
; }