Skip to content

octoprint.schema.config.terminalfilters#

TerminalFilterEntry #

Bases: BaseModel

name: str instance-attribute #

The name of the filter.

regex: str instance-attribute #

The regular expression to match. Use JavaScript regular expressions.