healthctrlset
Description
Change the healthcheck configuration. This will reset the current health status of all chips. See Healthcheck Configuration for details.
Command
$ echo '{"command": "healthctrlset", "parameter":"yJN2nlj1,3,0.1"}' | nc $MINER_IP 4028 | jq
Example
$ echo '{"command": "healthctrlset", "parameter":"yJN2nlj1,3,0.1"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 313,
"Description": "LUXminer 0.1.0-15436f7140",
"Msg": "Health config set",
"STATUS": "S",
"When": 1667917911
}
],
"id": 1
}
Parameters
Parameter | Notes |
---|---|
session_id | A valid session ID. See Session Management for details. |
num_readings | Minimum number of readings for evaluation. |
amplified_factor | Performance factor of the evaluation. |