V1.0 Devices metadata data model
Devices metadata data model
Data structure of response file obtained from async endpoint:
Field | Format | Description |
---|---|---|
tenant_uuid | string | Unique identifier of the tenant account |
customer_site | string | Site/Restaurant who operates the device |
device_uuid | string | Unique identifier of the device |
device_serial_no | string | Article number of the device |
device_model_code | string | Device article number |
device_firmware_version | string | Firmware version of the device |
device_display_name | string | Name of the logger |
communication_log_time | int | Interval of communication time (in milliseconds) |
is_ethernetprobe | boolean | Is the probe an ethernet probe (0 for no, 1 for yes) |
is_powersupplieable | boolean | Is the probe powersupplieable (0 for no, 1 for yes) |
is_wirelessprobe | boolean | Is the probe a radio probe (0 for no, 1 for yes) |
sensor_uuid | string | Unique identifier of the sensor |
sensor_serial_no | string | Serial number of the sensors |
sensor_model_code | string | Article number of the sensor |
sensor_firmware_version | string | Firmware version of the sensor |
sensor_display_name | string | Name of the sensor |
sensor_is_active | boolean | Is the sensor active (0 for no, 1 for yes) |
channel_id | int | Unique identifier of the channel |
channel_no | int | Number to identify a specific channel of a sensor if he has multiple |
channel_measurement_log_time | int | Interval of measurement time (in milliseconds) |
physical_unit | string | The measurement unit (e.g. CELSIUS, FAHRENHEIT) |
physical_property_name | string | Property name of channel (e.g.Temperature, Door) |
physical_extension | string | Physical value and physical extension defines channel of alarm |
physical_unit_exponent | int | Exponent of the measurement - Number represents amount of decimal places |
is_external | boolean | Is the probe external (0 for no, 1 for yes) |
is_calibration_possible | boolean | Is the probe calibratable (0 for no, 1 for yes) |
attenuation | int | Product simulation attenuation (product simulation coefficient) |
device_created_at | string | Timepoint where the device was created in UTC “YYYY-MM-DDThh:mm:ssZ” |
device_equipment_uuid | string | Unique equipment identifier which the device is assigned to |
sensor_equipment_uuid | string | Unique equipment identifier which the sensor is assigned to |
sensor_equipment_parts_uuid | string | Unique equipment part identifier which the sensor is assigned to |
channel_equipment_parts_uuid | string | Unique channel equipment part identifier which the sensor is assigned to |
limit_values_uuid | string | Unique identifier of the limit values set active for the device |