Added "GET /2/dmi" API endpoint.
This commit is contained in:
parent
9a02007900
commit
8471f7fad3
17 changed files with 263 additions and 74 deletions
|
@ -52,6 +52,10 @@ public:
|
|||
const char *formFactor() const;
|
||||
const char *type() const;
|
||||
|
||||
# ifdef XMRIG_FEATURE_API
|
||||
rapidjson::Value toJSON(rapidjson::Document &doc) const;
|
||||
# endif
|
||||
|
||||
private:
|
||||
String m_bank;
|
||||
String m_product;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue