Skip to content

Commit

Permalink
mad address format explanation added
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornarlintvedt committed Mar 24, 2021
1 parent c090629 commit 0ac2f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This script takes a MAC address as input, and returns where it's connected and b
pip install -r requirements.txt
```

5. Run script with the required arguments
5. Run script with the required arguments (MAC address format is not case sensitive, and support notation with both ":", "-" and nothing between octets)

```
python find_mac.py <MERAKI_KEY> <MERAKI_ORG_ID> <MAC_ADDRESS>
Expand Down

0 comments on commit 0ac2f8f

Please sign in to comment.