tunerstatus
Description
Returns the current autotuner status.
⚠️
Deprecated. Instead, consider using the autotunerget command.
Command
$ echo '{"command": "tunerstatus"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "tunerstatus"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 310,
"Description": "LUXminer 0.1.0-15436f7140",
"Msg": "Tuner Status",
"STATUS": "S",
"When": 1667917088
}
],
"TUNERSTATUS": [
{
"HasSession": false,
"TunerRunning": false
}
],
"id": 1
}
Field details
Field | Notes |
---|---|
HasSession | true if there is an active session. See Session Management for details. |
TunnerRunning | true if the autotuner is enabled. |