5#ifndef OCPP_V16_FIRMWARESTATUSNOTIFICATION_HPP
6#define OCPP_V16_FIRMWARESTATUSNOTIFICATION_HPP
8#include <nlohmann/json_fwd.hpp>
10#include <ocpp/v16/ocpp_enums.hpp>
11#include <ocpp/v16/ocpp_types.hpp>
18 FirmwareStatus status;
22 std::string
get_type()
const override;
40 std::string
get_type()
const override;
Parent structure for all OCPP messages supported by this implementation.
Definition: types.hpp:30
Contains a OCPP FirmwareStatusNotification message.
Definition: FirmwareStatusNotification.hpp:17
std::string get_type() const override
Provides the type of this FirmwareStatusNotification message as a human readable string.
Definition: FirmwareStatusNotification.cpp:15
Contains a OCPP FirmwareStatusNotificationResponse message.
Definition: FirmwareStatusNotification.hpp:36
std::string get_type() const override
Provides the type of this FirmwareStatusNotificationResponse message as a human readable string.
Definition: FirmwareStatusNotification.cpp:41