hardcoded decklink mode fix
This commit is contained in:
@@ -11,7 +11,7 @@ struct lws;
|
||||
|
||||
namespace dmf_node {
|
||||
|
||||
using CommandHandler = std::function<void(const nlohmann::json& payload)>;
|
||||
using CommandHandler = std::function<nlohmann::json(const nlohmann::json& payload)>;
|
||||
using StatusCallback = std::function<void(const nlohmann::json& event)>;
|
||||
|
||||
class ControlServer {
|
||||
|
||||
Reference in New Issue
Block a user