Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在更新一个旧的 Sonos 服务,该服务当前pollInterval作为其getLastUpdate响应的一部分返回。在当前的 Python 自检中,这会导致失败。根据文档,不推荐使用此参数。该服务已经存在了很长时间,如果可能的话,如果它是安全的,我们想把它留在里面。是否需要从响应中删除此参数?
pollInterval
getLastUpdate
pollInterval已从我们的getLastUpdateAPI 中删除并被标记为已弃用,因为我们的播放器没有使用它。留在里面不会造成任何伤害。
在我们的下一个版本(目前处于 Beta 版)中,我们将重新引入 pollInterval 字段。您可以保留它,但请注意,在下一个版本中,我们将响应并更改我们用于getLastUpdate动态调用的轮询间隔。