Added a description to TrafficLight generator
This commit is contained in:
parent
fa9ac678c0
commit
72e6dd2213
|
@ -37,6 +37,9 @@ class ShadyEdge(edges.BaseEdge):
|
||||||
|
|
||||||
class TrafficLight(Boxes): # change class name here and below
|
class TrafficLight(Boxes): # change class name here and below
|
||||||
"""Traffic light"""
|
"""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):
|
def __init__(self):
|
||||||
Boxes.__init__(self)
|
Boxes.__init__(self)
|
||||||
|
|
Loading…
Reference in New Issue