pub fn parse_energy_lt(path: &Path) -> Result<Vec<EnergyLtRecord>>Expand description
Parse energy usage long-term records from a SRUDB.dat file.
Returns all records from the
{FEE4E14F-02A9-4550-B5CE-5FA2DA202E37}LT table.
§Errors
Returns an error if the file cannot be read or is not a valid ESE database.