Skip to content

[ESP610]

Set/Get Notification settings

[ESP610]type=(NONE/PUSHOVER/EMAIL/LINE/IFTTT/HOMEASSISTANT) T1=(token1) T2=(token2) TS=(Settings) json=(no) pwd=(admin password)

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

  • type

    • if type is empty, it will display current type
    • if type is not empty, it will set the type currently only these types are supported:
      • NONE
      • PUSHOVER
      • EMAIL
      • LINE
      • TELEGRAM
      • IFTTT (by webhook)
      • HOMEASSISTANT (by webhook)
  • T1

  • T2

  • TS if TS is not empty, it will set the setting token which depends on type of notification

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

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