Skip to content

[ESP600]

Send Notification using defined method, will also send notification to webui and eventually to any connected screen

[ESP600](message) 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

  • message the message to send, limited to 128 characters. Message can contain some variables:

    • %ESP_NAME% : ESP3D hostname
    • %ESP_IP% : ESP3D local IP address
  • In json format
{
"cmd":"600",
"status":"ok",
"data":"ok"
}
  • cmd Id of requested command, should be 600
  • status status of command, should be ok
  • data content of response, here ok when notification is sent