Controller example¶
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¶
- Adress: (address)
Your full address.
- Drone delivery: (delivery)
When checked, drones will deliver the fruit to you, wherever you are.
- Color: (color)
What color should the apples have?
- Apples or oranges? (fruit)
Which fruit do you prefer?
- Size: (size)
What size should the oranges have?
Implementation¶
- class node_examples.ControllerExample[source]