Skip to content

octoprint.schema.config.terminalfilters#

TerminalFilterEntry #

Bases: BaseModel

name: str class-attribute #

The name of the filter.

regex: str class-attribute #

The regular expression to match. Use JavaScript regular expressions.

Back to top