Exemplo n.º 1
0
def register():
    hue_ip = request.args.get('hue_ip', 0, type=str)
    data = registration.register_logic(hue_ip, utility.get_local_host())
    return jsonify(data)
Exemplo n.º 2
0
def register():
    hue_ip = request.args.get('hue_ip', 0, type=str)
    data = registration.register_logic(hue_ip, utility.get_local_host())
    return jsonify(data)