Forum
Please or Register to create posts and topics.

Change Spectran V6 Center frequency with API

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 ?

See https://v6-forum.aaronia.de/forum/topic/update-iqdemodulator_0-spectran_v6b_0-centerfreq-independently-via-remoteconfig/

joedalton has reacted to this post.
joedalton