<div dir="ltr">Hello,<div><br></div><div>I'm having a problem refreshing values. I have a Preset which runs at every 2 PERIODIC Inform event to try and update some values of parameters. I know that to update a specific value I can use the following code:</div><div><br></div><div><div>declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.*.SSID", {value: now});<br></div><div><br></div><div>Using {value: 1} in the case that I always want the parameter to refresh and {value: now} only if the value has changed (From what I understand).</div><div><br></div><div>But now if I want to refresh a whole Object Instance, when I use:</div></div><div><br></div><div>declare("InternetGatewayDevice.ManagementServer", {value: now});</div><div><br></div><div>it updates the data model but doesn't refresh the parameter values. The only way I can update the object values is with the Refresh button that appears next to the Parameter in the GUI.</div><div>Example: <a href="https://snag.gy/NB2Arn.jpg" target="_blank">https://snag.gy/NB2Arn.jpg</a></div><div><br></div><div>Can anyone tell me how I can update all the ParameterNames AND ParameterValues of a specific Object with Provisions?</div><div><br></div><div>Thank you and sorry if anything is poorly explained.</div><div>-James</div></div>