Merge pull request #363 from defnax/api-forowncustomstate

Enabled API for getOwnCustomStateString
This commit is contained in:
csoler 2026-08-10 08:58:41 +02:00 committed by GitHub
commit 876e276c6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -445,6 +445,7 @@ public:
/**
* @brief getCustomStateString get your custom status message
* @jsonapi{development}
* @return status message
*/
virtual std::string getOwnCustomStateString() = 0;