Relative Humidity Measurement

class st.zigbee.defaults.relativeHumidityMeasurement.HumidityMeasuredValueConfiguration
cluster: number

RelatvieHumidity ID 0x0405

attribute: number

MeasuredValue ID 0x0000

minimum_interval: number

30 seconds

maximum_interval: number

3600 seconds (1 hour)

data_type: st.zigbee.data_types.Uint16

the Uint16 class

reportable_change: number

100 (1%)

class st.zigbee.defaults.relativeHumidityMeasurement
zigbee_handlers: table
attribute_configurations: table
capability_handlers: table
default_relative_humidity_configuration: st.zigbee.defaults.relativeHumidityMeasurement.HumidityMeasuredValueConfiguration
static humidity_attr_handler(driver, device, value, zb_rx)

Default handler for Humidity measured value on the relative humidity measurement cluster

This converts the Uint16 value of the humidity measured attribute to RelativeHumidityMeasurement.humidity

Parameters