Browse Source

Next API version is 1.4 (1.3 is current)

nfactor-troky
Kano 13 years ago
parent
commit
c9b7a223e5
  1. 4
      README
  2. 2
      api.c

4
README

@ -594,7 +594,7 @@ An example request in both formats to set GPU 0 fan to 80%: @@ -594,7 +594,7 @@ An example request in both formats to set GPU 0 fan to 80%:
The format of each reply (unless stated otherwise) is a STATUS section
followed by an optional detail section
For API version 1.3:
For API version 1.4:
The STATUS section is:
@ -620,7 +620,7 @@ The STATUS section is: @@ -620,7 +620,7 @@ The STATUS section is:
This defaults to the cgminer version but is the value of --api-description
if it was specified at runtime.
For API version 1.3:
For API version 1.4:
The list of requests - a (*) means it requires privileged access - and replies are:

2
api.c

@ -152,7 +152,7 @@ static const char *COMMA = ","; @@ -152,7 +152,7 @@ static const char *COMMA = ",";
static const char SEPARATOR = '|';
static const char GPUSEP = ',';
static const char *APIVERSION = "1.3";
static const char *APIVERSION = "1.4";
static const char *DEAD = "Dead";
static const char *SICK = "Sick";
static const char *NOSTART = "NoStart";

Loading…
Cancel
Save