Пример #1
0
def get_lights():
    """
    Gib alle Lampe
    """
    return jsonify([l.to_dict() for l in Light.all()])