-
Notifications
You must be signed in to change notification settings - Fork 0
Control_Volume
Ken Luo edited this page May 18, 2020
·
3 revisions
服務器位址:
http://127.0.0.1:22231
參數:
state=Volume
value=1 or -1 (1 為增加音量, -1 為降低音量)
返回類型:
application/json
返回資料:
空的 JSON 陣列
執行結果或錯誤返回:
空的 JSON 陣列
執行範例:
執行增加音量:
http://127.0.0.1:22231/DoCrazyKTV_Control?value=1&state=Volume
執行降低音量:
http://127.0.0.1:22231/DoCrazyKTV_Control?value=-1&state=Volume