NET_DVR_TEMPERATURE_COLOR

Temperature Alarm Color Structure

Member

Data Type

Description

byType

BYTE

Temperature alarm color types: 0-no alarm, 1-high temperature alarm, 2-low temperature alarm, 3-temperature range alarm, 4-thermal insulation alarm

  • For 1-high temperature alarm, iHighTemperature is valid. When the actual temperature is higher than this value, it will be marked by color.

  • For 2-low temperature alarm, iLowTemperature is valid. When the actual temperature is lower than this value, it will be marked by color.

  • For 3-temperature range alarm, both the iHighTemperature and iLowTemperature are valid. When the actual temperature is in this range, it will be marked by color.

  • For 4-thermal insulation alarm, both the iHighTemperature and iLowTemperature are valid. When the actual temperature is not in this range, it will be marked by color.

byRes1

Array of BYTE

Reserved, set to 0

iHighTemperature

int

High temperature, ranges from -273 to 10000.

iLowTemperature

int

Low temperature, ranges from -273 to 10000

byRes

Array of BYTE

Reserved, set to 0.