diff --git a/boxes/generators/trafficlight.py b/boxes/generators/trafficlight.py index 6919eb6..1c76c3b 100644 --- a/boxes/generators/trafficlight.py +++ b/boxes/generators/trafficlight.py @@ -37,6 +37,9 @@ class ShadyEdge(edges.BaseEdge): class TrafficLight(Boxes): # change class name here and below """Traffic light""" + description = """The traffic light was created to visualize the status of a Icinga monitored system. + +When turned by 90°, it can be also used to create a bottle holder.""" def __init__(self): Boxes.__init__(self)