<div dir="ltr">That works for a declare, what about for setParameterValues?</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 29, 2017 at 2:50 PM, Zaid Abdulla <span dir="ltr"><<a href="mailto:zaid@genieacs.com" target="_blank">zaid@genieacs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, 2017-03-29 at 14:21 -0800, Dan Morphis wrote:<br>
> Is there anyway to force Genie to send the PV to the CPE regardless<br>
> of whether Genie thinks the value needs to be sent? Use case is 20-30<br>
> times we've ended up with the stored device model for the WLAN not<br>
> matching the actual values stored on CPE. So to get Genie to send the<br>
> desired value (SSID, etc) to the CPE, I have to refresh the value,<br>
> then send the correct value.<br>
<br>
</span>Specify the value timestamp in your declare call so that Genie will<br>
read the value from the CPE before deciding if it needs to set it:<br>
<br>
    declare("param", {value: Date.now()}, {value: "somevalue"});<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Zaid Abdulla <<a href="mailto:zaid@genieacs.com">zaid@genieacs.com</a>><br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>