Firmware (LuxOS)
API Docs
LUXMiner commands
logoff

logoff

Description

Discards the session with a given ID. Use this to wipe out your session when you don't need it anymore.

Command

$ echo '{"command": "logoff", "parameter":"yJN2nlj1"}' | nc $MINER_IP 4028 | jq

Examples

$ echo '{"command": "logoff", "parameter":"yJN2nlj1"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 317,
      "Description": "LUXminer 0.1.0-15436f7140",
      "Msg": "Session dropped",
      "STATUS": "S",
      "When": 1667918555
    }
  ],
  "id": 1
}

Parameters

ParameterNotes
session_idA valid session ID. See Session Management for details.