|
23 | 23 | "bus_12V": [4, "float", "V", 0, 100, "LV Boards"], |
24 | 24 | "mainIO_current_in": [4, "float", "A", 0, 100, "LV Boards"], |
25 | 25 | "driverIO_current_in": [4, "float", "A", 0, 100, "LV Boards"], |
26 | | - "rtc_sc": [1, "uint8", "sec", 0, 59, "General"], |
27 | | - "rtc_mn": [1, "uint8", "min", 0, 59, "General"], |
28 | | - "rtc_hr": [1, "uint8", "hr", 1, 12, "General"], |
| 26 | + "tstamp_ms": [2, "uint16", "ms", 0, 999, "General"], |
| 27 | + "tstamp_sc": [1, "uint8", "s", 0, 59, "General"], |
| 28 | + "tstamp_mn": [1, "uint8", "min", 0, 59, "General"], |
| 29 | + "tstamp_hr": [1, "uint8", "hr", 0, 23, "General"], |
29 | 30 | "mppt_contactor": [1, "bool", "", 1, 1, "MPS"], |
30 | 31 | "motor_controller_contactor": [1, "bool", "", 1, 1, "MPS"], |
31 | 32 | "low_contactor": [1, "bool", "", 1, 1, "MPS"], |
|
0 commit comments