profilenew
Description
Create a new custom profile, adding your own frequencyand voltage values.
Command
$ echo '{"command": "profilenew", "parameter":"yJN2nlj1,myprofile,500,8.9"}' | nc $MINER_IP 4028 | jq
Example
$ echo '{"command": "profilenew", "parameter":"yJN2nlj1,myprofile,500,8.9"}' | nc $MINER_IP 4028 | jq
{
"STATUS": [
{
"Code": 337,
"Description": "LUXminer 2023.5.26.175704-7b81bde",
"Msg": "Profile 'myprofile' created",
"STATUS": "S",
"When": 1685457474
}
],
"id": 1
}
Parameters
Parameter | Notes |
---|---|
session_id | A valid session ID. See Session Management for details. |
profile_name | The name to be used for the new profile. |
frequency | Frequency of the new profile. |
voltage | Voltage of the new profile. |