示例#1
0
def show(light_id):
    light = Light.fetch(light_id)
    return jsonify(light)