|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
Struct that holds a VariableAttribute struct and an database id. More...
#include <init_device_model_db.hpp>
Public Attributes | |
| std::optional< uint64_t > | db_id |
| The id in the database, if the record is read from the db. | |
| std::optional< std::string > | value_source |
| Source of the attribute value (who set the value). | |
| VariableAttribute | variable_attribute |
| The variable attribute. | |
Struct that holds a VariableAttribute struct and an database id.