The violation status of the sensor. This integer should be interpreted
as a bit map, with each bit representing the presence or absence of
the specific alarm conditions listed below. The bit will be '1' if
the condition is present, and '0' if the condition is not present.
Bit Hex. Value Description
1 0x0001 Maximum temperature exceeded.
2 0x0002 High temperature exceeded.
3 0x0004 Low temperature exceeded.
4 0x0008 Minimum temperature exceeded.
5 0x0010 Short-term increasing temperature rate exceeded (Not used).
6 0x0020 Short-term decreasing temperature rate exceeded (Not used).
7 0x0040 Long-term increasing temperature rate exceeded (Not used).
8 0x0080 Long-term decreasing temperature rate exceeded (Not used).
9 0x0100 Maximum humidity exceeded.
10 0x0200 High humidity exceeded.
11 0x0400 Low humidity exceeded.
12 0x0800 Minimum humidity exceeded.