Get the status of the IOTA hardware.
Method: GET
URL Params: None
Response:
{
"command":"/getIOTAHardwareStatus",
"command_result": {
"hardware_status":
{
"temperature": 50,
"fan_speed": 2000
}
},
"errors": false,
"general_message":"Successfully retrieved the IOTA hardware status"
}