Hi,
Since we can’t print any output in GenieACS, I was wondering if anyone as any way to see the contain of a variable to help debug provisioning script ?
I tried to print it into a tag but it don’t seems to work. Example
let wanStatus = declare("Device.X_TP_GPON.Link.3.Status", {value: 1}).value[0];
declare("Tags.${wanStatus}", now, {value: true});
Is their any other way than push those variables to an external script to print it on file ?
Thanks