Hi! I’m trying to GET/PUT (with Postman) some parameters on my TR-069 device through GenieACS.
I’m doing the PUT requests with a configuration provision like this:
This works, but the parameter values only update after pressing the summon button. I just want it to be automatic, because in a near future I’m not going to use the GUI. I just want to PUT the parameters from remote, refresh them and then to be able to get them updated. Is this possible?
Thank you very much in advance.
Hi @kyob thanks for the reply. I tryed to migrate that solution to my provision but it didn’t work. Do you know how to do it?
I tryed this:
declare(“refreshObject”,"");
but nothing happens