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.
我对索尼使用邮递员的音频控制 API 有一些问题。为什么屏幕上的发布请求不起作用?
为什么当我调用 getPowerStatus 时它工作?
您还没有提供您尝试将命令发送到的 SONY 设备,所以我不能肯定地说,但并非所有设备都支持“待机”状态。
您不能发送“待机”然后发送“关闭”可能有点令人困惑,状态设置为“待机”这由设置“快速启动/网络待机:ON”的设置控制,该设置设置为“关闭”导致状态“待机”。
所以尝试使用
“状态”:“关闭”
并且状态将是“待机”