5#ifndef OCPP_V16_CHANGEAVAILABILITY_HPP
6#define OCPP_V16_CHANGEAVAILABILITY_HPP
8#include <nlohmann/json_fwd.hpp>
10#include <ocpp/v16/ocpp_enums.hpp>
11#include <ocpp/v16/ocpp_types.hpp>
19 AvailabilityType type;
23 std::string
get_type()
const override;
38 AvailabilityStatus status;
42 std::string
get_type()
const override;
Parent structure for all OCPP messages supported by this implementation.
Definition: types.hpp:30
Contains a OCPP ChangeAvailability message.
Definition: ChangeAvailability.hpp:17
std::string get_type() const override
Provides the type of this ChangeAvailability message as a human readable string.
Definition: ChangeAvailability.cpp:15
Contains a OCPP ChangeAvailabilityResponse message.
Definition: ChangeAvailability.hpp:37
std::string get_type() const override
Provides the type of this ChangeAvailabilityResponse message as a human readable string.
Definition: ChangeAvailability.cpp:43