Presets precondition on 1.2.0+

Hi, I have the following filter configured:

  • label: “‘Manufacturer’”
    parameter: InternetGatewayDevice.DeviceInfo.Manufacturer
    type: “‘string’”

on the Devices page I can filter by using:

Manufacturer: NBEL

and it works fine, what would be the appropriate way to set a precondition that would accomplish the same?

just put InternetGatewayDevice.DeviceInfo.Manufacturer=‘NBEL’ as precondition and it should work.