Update field names for filters.

This commit is contained in:
grossmj 2017-07-06 16:53:05 +07:00
parent 4097bab565
commit 8f260e0a83

View File

@ -46,7 +46,7 @@ FILTERS = [
"description": "The percentage represents the chance for a packet to be lost", "description": "The percentage represents the chance for a packet to be lost",
"parameters": [ "parameters": [
{ {
"name": "Frequency", "name": "Chance",
"minimum": 0, "minimum": 0,
"maximum": 100, "maximum": 100,
"unit": "%" "unit": "%"
@ -59,13 +59,13 @@ FILTERS = [
"description": "Delay packets in milliseconds. You can add jitter in milliseconds (+/-) of the delay", "description": "Delay packets in milliseconds. You can add jitter in milliseconds (+/-) of the delay",
"parameters": [ "parameters": [
{ {
"name": "Delay", "name": "Latency",
"minimum": 0, "minimum": 0,
"maximum": 32767, "maximum": 32767,
"unit": "ms" "unit": "ms"
}, },
{ {
"name": "Jitter", "name": "Jitter (-/+)",
"minimum": 0, "minimum": 0,
"maximum": 32767, "maximum": 32767,
"unit": "ms" "unit": "ms"
@ -78,7 +78,7 @@ FILTERS = [
"description": "The percentage represents the chance for a packet to be corrupted", "description": "The percentage represents the chance for a packet to be corrupted",
"parameters": [ "parameters": [
{ {
"name": "Frequency", "name": "Chance",
"minimum": 0, "minimum": 0,
"maximum": 100, "maximum": 100,
"unit": "%" "unit": "%"