예제 #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
예제 #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
예제 #3
0
파일: radio.py 프로젝트: zzuzpb/bramble
def tunslip():
    return rest.jsonGetSet('conf/tunslip', request)
예제 #4
0
파일: radio.py 프로젝트: zzuzpb/bramble
def radiosettings():
    return rest.jsonGetSet('conf/radio', request)
예제 #5
0
파일: radio.py 프로젝트: adobekan/bramble
def tunslip():
    return rest.jsonGetSet('conf/tunslip', request)
예제 #6
0
파일: radio.py 프로젝트: adobekan/bramble
def radiosettings():
    return rest.jsonGetSet('conf/radio', request)