System
Commands related to the operation of the Gateway
Ethernet
Returns ethernet device info
Parameters
None
Example
Sending : meshtech/diagnostics/cc3fc0fa8d21/command/system/ethernet
{
  "id":"13"
}
Response: meshtech/diagnostics/cc3fc0fa8d21/response/system/ethernet
{
  "id":"13",
  "success":true,
   "result":[
     {
       "adapter":"enp2s0",
       "mac":"40:62:31:07:0F:4A",
       "ip":"172.16.1.105"
     }
   ]
}
Hostname
Returns device hostname
Paramters
None
Example
Sending : meshtech/diagnostics/cc3fc0fa8d21/command/system/hostname
{
  "id":"14"
}
Response: meshtech/diagnostics/cc3fc0fa8d21/response/system/hostname
{
  "id":"14",
  "success":true,
  "result":"MT10207"
}