Skip to content

[ESP620]

Send Notification using encodded URL

[ESP620](url) json=(no) pwd=(admin password)

  • json=no the output format can be in JSON or plain text

  • pwd=(admin password) the admin password if authentication is enabled

  • url the url to send, limited to 128 characters, must be encoded

  • In json format
{
"cmd":"620",
"status":"ok",
"data":"ok"
}
  • cmd Id of requested command, should be 620
  • status status of command, should be ok
  • data content of response, here ok when notification is sent