back

/getIOTAHardwareStatus

Get the status of the IOTA hardware.

{
 "command":"/getIOTAHardwareStatus",
 "command_result": {
     "hardware_status":
      {
         "temperature": 50,
         "fan_speed": 2000
      }
  },
 "errors": false,
 "general_message":"Successfully retrieved the IOTA hardware status"
}