Controller example

../../../../_images/example.svg

Node demonstrating controller usage

Documentation

This example demonstrates how to use controllers to create more advanced configuration guis, while still relying on the automatic configuration builder. For more information about controllers see the user manual.

See Node writing for more information about writing nodes. Specifically see Controllers for an introduction to controllers.

Definition

Configuration:
Apples or oranges? (fruit)

Which fruit do you prefer?

Color: (color)

What color should the apples have?

Size: (size)

What size should the oranges have?

Drone delivery: (delivery)

When checked, drones will deliver the fruit to you, wherever you are.

Adress: (address)

Your full address.

class node_examples.ControllerExample[source]