Added a description to TrafficLight generator

This commit is contained in:
Daniela Festi 2017-11-18 22:17:23 +01:00 committed by Florian Festi
parent fa9ac678c0
commit 72e6dd2213
1 changed files with 3 additions and 0 deletions

View File

@ -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)