下面是我在 afb-client-demo 帮助中给出的示例客户端命令
afb-client-demo --human 'localhost:1234/api?token=HELLO&uuid=magic' hello ping
不知道如何形成调用 showWindow API 的命令,他们有什么通知 API 吗?
afb-client-demo -H 'ws://localhost:30031/api?token=""&uuid=magic' homescreen showWindow "
{"application_id":"homescreen", "display_area":"normal"}"
ON-REPLY 1:homescreen/showWindow: ERROR
{
"jtype":"afb-reply",
"request":{
"status":"failed",
"info":"called showWindow, Unknown parameter"
}
}
有人可以帮忙吗?