Update 'pingResults File Format'
parent
01626911ba
commit
49530c26f8
|
@ -1 +1,14 @@
|
|||
Welcome to the Wiki.
|
||||
## Format
|
||||
The file format for the pingResults is as follows
|
||||
|
||||
```
|
||||
device,ip,status
|
||||
(devicename),(ip),(status)
|
||||
(devicename),(ip),(status)
|
||||
...
|
||||
```
|
||||
|
||||
### Variable Types
|
||||
- `devicename`: The associated name/identifier of the device
|
||||
- `ip`: The IPv4 formatted IP Address
|
||||
- `status`: Represents the current status of the device.
|
Loading…
Reference in New Issue