MCPcopy Create free account
hub / github.com/developerfromjokela/opencarwings / DOTFile

Class DOTFile

db/models.py:508–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506 batt_max_temp_end = models.IntegerField(default=0)
507 batt_min_temp_end = models.IntegerField(default=0)
508 #cellvolt
509 batt_avg_cell_volt_start = models.IntegerField(default=0)
510 batt_max_cell_volt_start = models.IntegerField(default=0)
511 batt_min_cell_volt_start = models.IntegerField(default=0)
512 current_accumulation_start = models.IntegerField(default=0)
513 charges_while_ignoff = models.IntegerField(default=0)
514
515class CRMABSHistoryRecord(models.Model):

Callers 1

handle_piFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected