Hello, I want to execute the getParameterAttributes() RPC. I read on another post that this is only possible using Provision scripts. I tried to write one
declare(“Device.DeviceInfo.Manufacturer”, {path: 1});
var paramNames = [“Device.ManagementServer.PeriodicInformInterval”];
var paramAttributes = getParameterAttributes(paramNames);
log(paramAttributes[0]);
But I clearly don’t know what I am doing. Can anyone please help? I already tried going through the wiki and any forum discussions (that is where I got the hint for the above code). Can anyone please help? Also is a setParameterAttributes() possible?
Thanks a lot in advance