示例#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)