Change Spectran V6 Center frequency with API
Quote from joedalton on 02/05/2024, 15:35I would like to change Spectran V6 center frequency with API request ("http://localhost:54664/remoteconfig") . My request is like that :
{
"request" : 1,
"config" : {
"type" : "group",
"name" : "Block_Spectran_V6B_3",
"items" : [{
"type" : "group",
"name" : "main",
"label" : "Main",
"items" : [{
"type" : "float",
"name" : "centerfreq",
"value" : 1000000000
}]
}]
}
}
But it could not be changed. Where is the problem ?
I would like to change Spectran V6 center frequency with API request ("http://localhost:54664/remoteconfig") . My request is like that :
{
"request" : 1,
"config" : {
"type" : "group",
"name" : "Block_Spectran_V6B_3",
"items" : [{
"type" : "group",
"name" : "main",
"label" : "Main",
"items" : [{
"type" : "float",
"name" : "centerfreq",
"value" : 1000000000
}]
}]
}
}
But it could not be changed. Where is the problem ?