Skip to content

/api/set/engage#

Type Category
Service Mandatory

Description#

車両の停止保持状態を設定・解除する。自律制御開始時、または、停留所や荷物の積み下ろし中など、何らかのユーザー操作が行われるまで車両の停止を継続させる。

Arguments#

bool engage
  • engage
    • true: 車両を発車させる。
    • false: 車両を停止させる。

Returns#

bool success
string message
  • success
    • true: 成功。
    • false: 失敗。
  • message
    • エラーメッセージなど。