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
Parameter | Notes |
---|---|
session_id | A valid session ID. See Session Management for details. |