# Alerts

# 车喇叭响两次

# POST /api/1/vehicles/{id}/command/honk_horn

# Response

{
  "reason": "",
  "result": true
}
1
2
3
4

# 闪一次大灯

# POST /api/1/vehicles/{id}/command/flash_lights

# Response

{
  "reason": "",
  "result": true
}
1
2
3
4
最后更新: 11/29/2022, 6:37:15 AM