Debug Print


The commands below are used the change the device debug print status.

Change Debug Print


Change serial debug setting on the device.

Command

  • debugPrint - (String) - The desired device debug print status - “off” | “on”

Response

  • mode - (String) - The device debug print status after applying the command

Example:

Command

{
   "debugPrint":"off"
}

Response

{
   "debugPrint":"off"
}