Skip to content

[ESP104]

Set station fallback mode state at boot which can be BT, WIFI-SETUP, OFF

[ESP104](mode) json=(no) pwd=(admin/user password)

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

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

  • mode

    • if mode is empty, it will display current mode
    • if mode is not empty, it will set the setting mode: BT, WIFI-SETUP or OFF
  • In json format
{
"cmd":"104",
"status":"ok",
"data":"OFF"
}
  • cmd Id of requested command, should be 104
  • status status of command, should be ok
  • data content of response, here the mode