mirror of
https://github.com/xmrig/xmrig.git
synced 2026-04-21 14:12:37 -04:00
Added "GET /2/dmi" API endpoint.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user