Preset 1.2.9 not working

Hi! I have pre-installed the 2 PERIODIC event to set the value of the PeriodicInformEnable field, but it doesn’t work when there is a 2 PERIODIC event.

The precondition is probably not matching for a couple of reasons. The first is you need quotes around the serial string, for example, InternetGatewayDevice.DeviceInfo.SerialNumber = ‘VNPT00ea3922’. The second might be the case, try coping the value from InternetGatewayDevice.DeviceInfo.SerialNumber from the device you’re trying to have run the preset, so it’s exact. I think preconditions are case sensitive.

You can test out the preconditions by using the filter box on the devices tab.

Unless you’ve deleted the default included inform provision, you probably don’t need to set PeriodicInformInterval again. If you’re learning and testing, try using the log function documented here Provisions — GenieACS Documentation 1.2.12 documentation

For example, log(‘The preset ran’);

thanks @amnz , let me see