Example #1
0
def lowpanEndpoint():
    resp = rest.jsonGetSet('conf/lowpan', request)
    if request.method == 'POST':
        # Lowpan API might have changed.
        # resync the border-router config with the cloud
        lowpan.syncConfig()
    return resp
Example #2
0
def lowpanEndpoint():
    resp = rest.jsonGetSet('conf/lowpan', request)
    if request.method == 'POST':
        # Lowpan API might have changed.
        # resync the border-router config with the cloud
        lowpan.syncConfig()
    return resp
Example #3
0
def tunslip():
    return rest.jsonGetSet('conf/tunslip', request)
Example #4
0
def radiosettings():
    return rest.jsonGetSet('conf/radio', request)
Example #5
0
def tunslip():
    return rest.jsonGetSet('conf/tunslip', request)
Example #6
0
def radiosettings():
    return rest.jsonGetSet('conf/radio', request)