Sensors measurement settings
Sensors measurement blind time
When you press the button on the device, it measures temperature, humidity and light intensity. There is a period after each press that subsequent button presses are ignored in.
This command sets the the measuring blind time in minutes.
Byte index
Bit index
Hex value β Meaning
0
-
46 β The command code.
1
-
Measuring blind time in minutes. Default value 0x01=1min.
Example downlink: 0x460E β when we separate the value of the time from the command code we get 0x0E, which is 14 min.
Sensors measurement period
The commands sends the time between each sensor reading. The device takes a new reading every period and refreshes the data on the display.
Set the measurement period.
Byte index
Bit index
Hex value β Meaning
0
-
48 β The command code.
1
-
Measurement period in minutes. Default value 0x05=5min. Value 0x00 isnβt applicable.
Example command: 0x480A β Set the measurement period the 0x0A=10min.
Last updated