Firmware (LuxOS)
API Docs
LUXMiner commands
updaterun

updaterun

Description

Triggers the on_user action defined in the autoupdate configuration. By default, this does a full update.

The current autoupdate configuration can be seen on the config command.

Command

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

Examples

$ echo '{"command": "updaterun", "parameter":"yJN2nlj1"}' | nc $MINER_IP 4028 | jq
{
  "STATUS": [
    {
      "Code": 333,
      "Description": "LUXminer 2023.3.9-u0-38ac0913ca",
      "Msg": "Update check triggered",
      "STATUS": "S",
      "When": 1667918173
    }
  ],
  "id": 1
}

Parameters

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