用于使用请求的Dreambox的python客户端库 超级简单的例子 from dreamboxapi.api import DreamboxApi api = DreamboxApi(host="my.dreambox.local") print(api.current.name)