5#ifndef OCPP_V16_UPDATEFIRMWARE_HPP
6#define OCPP_V16_UPDATEFIRMWARE_HPP
8#include <nlohmann/json_fwd.hpp>
11#include <ocpp/v16/ocpp_types.hpp>
20 std::optional<int32_t> retries;
21 std::optional<int32_t> retryInterval;
25 std::string
get_type()
const override;
43 std::string
get_type()
const override;
Contains a DateTime implementation that can parse and create RFC 3339 compatible strings.
Definition: types.hpp:109
Parent structure for all OCPP messages supported by this implementation.
Definition: types.hpp:30
Contains a OCPP UpdateFirmware message.
Definition: UpdateFirmware.hpp:17
std::string get_type() const override
Provides the type of this UpdateFirmware message as a human readable string.
Definition: UpdateFirmware.cpp:16
Contains a OCPP UpdateFirmwareResponse message.
Definition: UpdateFirmware.hpp:39
std::string get_type() const override
Provides the type of this UpdateFirmwareResponse message as a human readable string.
Definition: UpdateFirmware.cpp:56