|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
Public Attributes | |
| float | value |
| Temperature in degree Celsius. | |
| std::optional< std::string > | location |
| Location of the Temperature measurement. | |
Friends | |
| void | to_json (json &j, const Temperature &k) |
Conversion from a given Temperature k to a given json object j. | |
| void | from_json (const json &j, Temperature &k) |
Conversion from a given json object j to a given Temperature k. | |
| std::ostream & | operator<< (std::ostream &os, const Temperature &k) |
|
friend |