23 lines
249 B
JSON
23 lines
249 B
JSON
|
{
|
||
|
"slot":1,
|
||
|
"id":1,
|
||
|
"rack_type":"TMR",
|
||
|
"active":true,
|
||
|
"filter":[
|
||
|
{
|
||
|
"type":"high_pass",
|
||
|
"low":5,
|
||
|
"high":1000
|
||
|
},
|
||
|
{
|
||
|
"type":"low_pass",
|
||
|
"low":5,
|
||
|
"high":1000
|
||
|
},
|
||
|
{
|
||
|
"type":"band_pass",
|
||
|
"low":5,
|
||
|
"high":1000
|
||
|
}
|
||
|
]
|
||
|
}
|