Add ePIC send_config and config.as_epic (#101)
* feature: Add epic send_config. * feature: remove UID from epic config. * feature: add default for temp configs in epic.
This commit is contained in:
@@ -72,7 +72,7 @@ class TestConfig(unittest.TestCase):
|
||||
},
|
||||
"fan_mode": {"mode": "manual", "speed": 90, "minimum_fans": 2},
|
||||
"temperature": {"target": 70, "hot": None, "danger": 120},
|
||||
"mining_mode": {"mode": "power_tuning", "power": 3000},
|
||||
"mining_mode": {"mode": "power_tuning", "power": 3000, "algo": {}},
|
||||
"power_scaling": {
|
||||
"mode": "enabled",
|
||||
"power_step": 100,
|
||||
|
||||
Reference in New Issue
Block a user