| 99 | } |
| 100 | |
| 101 | nlohmann::json HueCommandAPI::DELETERequest(const std::string& path, const nlohmann::json& request) const |
| 102 | { |
| 103 | return DELETERequest(path, request, CURRENT_FILE_INFO); |
| 104 | } |
| 105 | |
| 106 | nlohmann::json HueCommandAPI::DELETERequest( |
| 107 | const std::string& path, const nlohmann::json& request, FileInfo fileInfo) const |