Refreshing objects

I have a CPE that uses InternetGatewayDevice.WEB_GUI.* which is not shown in my parameters unless I keep on refreshing the InternetGatewayDevice.

I tried to script this following along with some examples and came up with

const now = Date.now()
declare("InternetGatewayDevice.WEB_GUI.*", {value: now});

But it does not refresh the WEB_GUI part, and I know that exists as seen from the download.

InternetGatewayDevice.WEB_GUI,true,1580841839316,false,1580841839316,,,
InternetGatewayDevice.WEB_GUI.Network,true,1580842579264,false,1580842579264,,,
InternetGatewayDevice.WEB_GUI.Network.LAN_Setting,true,1580842579264,false,1580842579264,,,
InternetGatewayDevice.WEB_GUI.Network.LAN_Setting.LAN_Host_Setting,true,1580842579264,false,1580842579264,,,
InternetGatewayDevice.WEB_GUI.Network.LAN_Setting.LAN_Host_Setting.IPAddress,false,1580842579264,false,1580842579264,"192.168.100.1",xsd:string,1580842579265
InternetGatewayDevice.WEB_GUI.Network.LAN_Setting.LAN_Host_Setting.SubnetMask,false,1580842579264,false,1580842579264,"255.255.255.0",xsd:string,1580842579268

I presume you are using v1.2 beta?

I haven’t migrated to 1.2 yet, but I bet it works the same way as v1.0 and v1.1. At the end of the request/response conversation where you are refreshing the param, is there a fault or a session timeout? GenieACS doesn’t commit the information from the CPE unless everything is successful.