Nop Controller¶
The nop builtin controller plugin does nothing but fulfill the basic interface of a controller.
Defaults¶
The following help can be viewed with cloe-engine usage builtin://controller/nop:
Name: nop
Type: controller
Path: n/a
Usage: null
Defaults: {}
JSON Schema¶
The following can be viewed with cloe-engine usage --json builtin://controller/nop:
{
"$id": "",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "stand-in that does nothing",
"properties": {},
"title": "nop",
"type": "object"
}