| 73 | {} |
| 74 | |
| 75 | nlohmann::json HueCommandAPI::PUTRequest(const std::string& path, const nlohmann::json& request) const |
| 76 | { |
| 77 | return PUTRequest(path, request, CURRENT_FILE_INFO); |
| 78 | } |
| 79 | |
| 80 | nlohmann::json HueCommandAPI::PUTRequest( |
| 81 | const std::string& path, const nlohmann::json& request, FileInfo fileInfo) const |