BIRD: Added comment for optional parameters for the `device` protocol

This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-06 12:03:11 +02:00
parent 70cf4c3742
commit 1ab03bafc5
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ All that is required for this protocol to work is the following:
```
protocol device
{
# Optional parameters go here
}
```