Hi Jason,
Thanks for your response.
I was trying to use the test":{"disableDutyCycle":true} but i was not able to add this via
https://AEP-IP/api/loraNetwork?method=PUT&data={"test":{"disableDutyCycle":true}}
it said
{
"code" : 400,
"error" : "[test] property is not set",
"status" : "fail"
}
I tried adding to lora-network-server.conf, but when i restart the server and try to check the values shown by https://AEP-IP/api/loraNetwork, it goes missing.
What is the right way to add this configuration to lora server?