meterReading_1 module¶
-
meterReading_1.formatReading(result, fuelFlag)[source]¶ Takes a set of meter readings and formats them to work with the table in the meter readings database.
Parameters: result (list of tuples) – The readings to be formatted. Returns: List of readings formatted to work with the meter readings table format Return type: list of tuples