atm
Description
Displays the current values of the ATM configuration. Use atmset to change those values.
Command
$ echo '{"command": "atm"}' | nc $MINER_IP 4028 | jq
Examples
$ echo '{"command": "atm"}' | nc $MINER_IP 4028 | jq
{
"ATM": [
{
"Enabled": false,
"MaxProfile": "default",
"MinProfile": "",
"PostRampMinutes": 15,
"StartupMinutes": 15,
"TempWindow": 5.0
}
],
"STATUS": [
{
"Code": 339,
"Description": "LUXminer 2023.7.7.220938-027e312",
"Msg": "ATM configuration values",
"STATUS": "S",
"When": 1688824333
}
],
"id": 1
}
Field details
Field | Notes |
---|---|
Enabled | Either true or false to enable or disable ATM. |
MaxProfile | Highest profile to be used when "going up". If empty, there is no limit. |
MinProfile | Lowest profile to be used when "going down". If empty, there is no limit. |
PostRampMinutes | Time, in minutes, before ATM starts working after ramping. |
StartupMinutes | Time, in minutes, before ATM starts working at system startup. |
TempWindow | Temperature window, before "Hot" in which ATM will trigger a profile change. |