filter
Lexicon: eco.wonderland.workcell.device.data.property.defs
Type: object
Provides a means to control when an agent records updated information for a dataItem.
Properties
Section titled “Properties”Type: filter
Required
Type of filter.
Type: binary32
Referenced By
Section titled “Referenced By”- constraints
eco.wonderland.workcell.device.data.property.defs - condition
eco.wonderland.workcell.device.data.defs - event
eco.wonderland.workcell.device.data.defs - sample
eco.wonderland.workcell.device.data.defs - dataItem
eco.wonderland.workcell.device.data.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "type" ], "properties": { "type": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.data.defs#filter" }, "value": { "type": "bytes", "minLength": 4, "maxLength": 4 } }}