Skip to content

Commit

Permalink
to ver 1.5.10a
Browse files Browse the repository at this point in the history
  • Loading branch information
t4njast committed Jul 26, 2018
1 parent 24492d1 commit 1da95b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -70,6 +70,11 @@ The algorithm names are case sensitive.

# Changelog

v1.5.10a
- lyra2z speed improvements
- small lyra2rev2 speed improvements for some cards
- API bumped to 0.1.7

v1.5.9a
- added support for low intensity mining
- lyra2z speed improvements for Pascal cards
Expand Down
10 changes: 7 additions & 3 deletions api/README.md
@@ -1,4 +1,4 @@
# Excavator API Version 0.1.6
# Excavator API Version 0.1.7

**WARNING! This document is not complete yet and is still being worked on. Also, during Excavator alpha versions, API may change so make sure you check this page always before updating to next alpha version!**

Expand Down Expand Up @@ -475,8 +475,8 @@ Command parameter # | Type | Description
Power mode | Description | Remark
-------|---------|---------
0 | low | min TDP
1 | medium | between min and max TDP
2 | high | max TDP
1 | medium | between min and 100% TDP
2 | high | 100% TDP


Example usage:
Expand Down Expand Up @@ -1320,6 +1320,10 @@ Example response:

# Changelog

* v0.1.7 (excavator v1.5.10a)
- Changed high power mode to 100% TDP in [device\.set\.power_limit](#device-set-power-limit) method.


* v0.1.6 (excavator v1.5.9a)
- Added Device UUID option as input parameter for next methods:
[device\.get](#device-get),
Expand Down

0 comments on commit 1da95b2

Please sign in to comment.