How to set 'Device Initiated Interval' from LUA application

Hi, can anyone help me to set device initiated interval from the LUA application with MP70 gateway which have aleos framework.
I have tried to set using devicetree.set(‘aleos.5024’,1) but getting an error saying ExtVars_set_variables: Bad variable 5024.

Hi svenkatesalu,

Where did you get that device tree path? It seems to be an invalid path.

Below is the list of the variables which are accessible by the device tree APIs

https://source.sierrawireless.com/resources/airlink/aleos_af/techarticle_aaf_device_parameter_access/

Thanks,