tunerswitch
Description
Turn the autotuner on
or off
.
Note: If autosave is disabled, the changes will be lost after a reboot.
⚠️
Deprecated. Instead, consider using the autotunerset command.
Command
$ echo '{"command": "tunerswitch", "parameter":"yJN2nlj1,on"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "tunerswitch", "parameter":"yJN2nlj1,on"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 309,
"Description": "LUXminer 0.1.0-15436f7140",
"Msg": "Tuner switch",
"STATUS": "S",
"When": 1667918173
}
],
"TUNER": [
{
"Profile": "on"
}
],
"id": 1
}
Parameters
Parameter | Notes |
---|---|
session_id | A valid session ID. See Session Management for details. |
on_off | Either "on" or "off" to enable/disable the autotuner. |
Field details
Field | Notes |
---|---|
Profile | If the autotuner is enabled, "on" , otherwise "off" . |