Ejemplo n.º 1
0
def sensors():
    '''
        Returns all weather nodes
    '''
    return jsonify(list_to_dict(Sensor.get()))