知行迭代
导航
首页
最近更改
随机页面
常用
分类目录
Linux命令
Mediawiki常用
电脑技巧
工具
链入页面
相关更改
特殊页面
页面信息
登录
查看“HEOS”的源代码
←
HEOS
页面
讨论
阅读
查看源代码
查看历史
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:[
[1]
]
您可以查看和复制此页面的源代码。
HEOS 是 Denon 推出的多房间音乐系统。 ==简介== ===时间轴=== ==HEOS CLI== ===使用Telnet交互=== *1.[[Telnet]]客户端 Windows Vista之前,Telnet内置,Vista之后版本,在控制面板》程序和功能》启动或关闭windows功能》启用Telnet客户端。 在cmd终端输入telnet即可打开telnet客户端。 *2.登录支持HEOS的设备 查看设备ip,如路由器中,如: <syntaxhighlight lang="sh" > telnet 192.168.1.10 255 1255 </syntaxhighlight> 登录telnet设备交互终端,打字可能不显示,按 Ctrl + ] 退出,再按回车进入telnet设备,即可显示。 *3.虚拟终端交互命令 <syntaxhighlight lang="python" > # 查看播放器设备信息,可以查看到pid,设备名称,设备型号,版本,序列号等。 heos://player/get_players heos://player/get_player_info?pid=1 heos://player/get_play_state?pid=1 heos://player/get_now_playing_media?pid=1 heos://player/get_volume?pid=1 heos://player/get_queue?pid=1&range=0,10 heos://player/play_next?pid=1 </syntaxhighlight> ==资源== ===官网=== *HEOS CLI协议规范:https://assets.denon.com/documentmaster/us/heos_cli_protocolspecification-version_04062020.pdf ===网站=== * https://www.marantz.com/on/demandware.static/-/Library-Sites-marantz_northamerica_shared/default/dw23d01e39/archive-downloads/heos_cli_protocolspecification-version.pdf * https://github.com/andrewsayre/pyheos * https://github.com/ping13/heospy
返回至“
HEOS
”。