created a call to /tss/telemetry which set values and returned those values based on each eva
generalized the default and return values for use within screen two regarding the values that were unused for screen 1
currently the values are constant because there is no data source, but the values are being accessed correctly from each eva, _in which batt_timeleft is an example value where there is a clear difference in data between eva1 and eva2, which will not be shown in screen1 and is currently taken out
will revise if design changes are needed, more values need to be displayed on screen1 or implementing the constant updating of values needs to be added
set new thresholds for heart rate, temperature and oxygen consumption based on https://github.com/SUITS-Techteam/TSS_2024/blob/main/SUITS_TelemetryValueRanges.pdf
changed screen one to only hold values of heart rate (BMP) , temperature (F) , and oxygen consumption (PSI/MIN)
created new interface types for all:
created a call to /tss/telemetry which set values and returned those values based on each eva
generalized the default and return values for use within screen two regarding the values that were unused for screen 1
currently the values are constant because there is no data source, but the values are being accessed correctly from each eva, _in which batt_timeleft is an example value where there is a clear difference in data between eva1 and eva2, which will not be shown in screen1 and is currently taken out
will revise if design changes are needed, more values need to be displayed on screen1 or implementing the constant updating of values needs to be added