Thoughts on grouping of presets

Dan Morphis dan at milkcarton.com
Wed Mar 29 19:35:48 EDT 2017


That works for a declare, what about for setParameterValues?

On Wed, Mar 29, 2017 at 2:50 PM, Zaid Abdulla <zaid at genieacs.com> wrote:

> On Wed, 2017-03-29 at 14:21 -0800, Dan Morphis wrote:
> > Is there anyway to force Genie to send the PV to the CPE regardless
> > of whether Genie thinks the value needs to be sent? Use case is 20-30
> > times we've ended up with the stored device model for the WLAN not
> > matching the actual values stored on CPE. So to get Genie to send the
> > desired value (SSID, etc) to the CPE, I have to refresh the value,
> > then send the correct value.
>
> Specify the value timestamp in your declare call so that Genie will
> read the value from the CPE before deciding if it needs to set it:
>
>     declare("param", {value: Date.now()}, {value: "somevalue"});
>
> --
> Zaid Abdulla <zaid at genieacs.com>
> _______________________________________________
> Users mailing list
> Users at lists.genieacs.com
> http://lists.genieacs.com/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20170329/e2be94a6/attachment.html>


More information about the Users mailing list