8.11. boxai 模块 API 文档

8.11.1. API

def audioPlayUrl(url:str):...
def audioPlayPause():...
def audioPlayStop():...
def audioSetVol(vol:int):...
def audioGetVol()->int:...

8.11.1.1. class HttpClient:

def __init__(self):...
def __del__(self):...
def seturl(self,url:str):...
def setbody(self,body:str):...
def setmethod(self,method:str):...
def start(self):...

8.11.2. Examples