@brief Size (in seconds) of the clock-aligned data interval. This is the size (in seconds) of the set of evenly spaced aggregation intervals per day, starting at 00:00:00 (midnight). For example, a value of 900 (15 minutes) indicates that every day should be broken into 96 15-minute intervals. When clock aligned data is being transmitted, the interval i
| 309 | interval start time timestamp. |
| 310 | A value of "0" (numeric zero), by convention, is to be interpreted to mean that no clock-aligned data should be transmitted. */ |
| 311 | std::chrono::seconds clockAlignedDataInterval() const override { return std::chrono::seconds(1); } |
| 312 | /** @brief Interval *from beginning of status: 'Preparing' until incipient Transaction is automatically canceled, due to failure of EV driver to |
| 313 | (correctly) insert the charging cable connector(s) into the appropriate socket(s). The Charge Point SHALL go back to the original |
| 314 | state, probably: 'Available'. */ |
no outgoing calls
no test coverage detected