Thoughts on grouping of presets

Zaid Abdulla zaid at genieacs.com
Wed Mar 29 18:50:27 EDT 2017


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>


More information about the Users mailing list