Update 'pingRequest File Format'

Justin Parsell 2022-03-01 16:44:29 -05:00
parent c8f1ba4faf
commit 180d1dd31b
1 changed files with 6 additions and 1 deletions

@ -1,3 +1,4 @@
## Format
The file format for the pingRequests is as follows
```
@ -6,5 +7,9 @@ The file format for the pingRequests is as follows
...
```
### Variable Types
- `(Devicename)` is a string, and can be anything.
- `(ip)` is a IPv4 formatted IP Address
- `(ip)` is a IPv4 formatted IP Address
### Note
There should be no header information, the file should just start and end with a device and it's associated IP address