Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.32 KB

DataInputResponse.md

File metadata and controls

19 lines (15 loc) · 1.32 KB

DataInputResponse

Properties

Name Type Description Notes
asset_id str Unique identifier for the data input's asset. [optional]
data_group str Data group for this data input. [optional]
id str Unique identifier for the data input. [optional]
name str Name of this data input. [optional]
units str Units of data for this data input. [optional]
fft_spectra_points list[FftSpectraDataPoint] List of FFT spectra data points from the data input. [optional]
j1939_d1_status_points list[J1939D1StatusDataPoint] List of active J1939D1 statuses. [optional]
location_points list[LocationDataPoint] List of location data points from the data input. [optional]
number_points list[NumberDataPoint] List of numeric data points from the data input. [optional]
string_points list[StringDataPoint] List of string data points from the data input. [optional]

[Back to Model list] [Back to API list] [Back to README]