| 86 | } |
| 87 | |
| 88 | nlohmann::json HueCommandAPI::GETRequest(const std::string& path, const nlohmann::json& request) const |
| 89 | { |
| 90 | return GETRequest(path, request, CURRENT_FILE_INFO); |
| 91 | } |
| 92 | |
| 93 | nlohmann::json HueCommandAPI::GETRequest( |
| 94 | const std::string& path, const nlohmann::json& request, FileInfo fileInfo) const |