From 3ede86caf948d6e989fd056ea4f8d8c588939971 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 16 May 2022 12:44:58 +0200 Subject: feat(minion): add reading temperature sensor --- minion/src/http/response_status.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'minion/src/http/response_status.hpp') diff --git a/minion/src/http/response_status.hpp b/minion/src/http/response_status.hpp index 577eedd..4db7546 100644 --- a/minion/src/http/response_status.hpp +++ b/minion/src/http/response_status.hpp @@ -1,3 +1,4 @@ #pragma once constexpr auto HTTP_RESPONSE_STATUS_OK = 200U; +constexpr auto HTTP_RESPONSE_STATUS_INTERNAL_SERVER_ERROR = 500U; -- cgit v1.2.3-18-g5258