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 <z...@genieacs.com>
_______________________________________________
Users mailing list
Users@lists.genieacs.com
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to