Custom cluster? (Humidity sensor) #384
-
|
I'm trying to implement a humidity sensor, the Device Library Specification lists the required cluster as "Relative Humidity |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
rs_matter::import!(RelativeHumidityMeasurement);The |
Beta Was this translation helpful? Give feedback.
-
|
Awesome, thank you so much! |
Beta Was this translation helpful? Give feedback.
-
|
I was using |
Beta Was this translation helpful? Give feedback.
The
rs_matter::import!macro is used to generate the cluster definitions forRelativeHumidityMeasurement.https://github.com/project-chip/rs-matter/blob/main/docs/Matter_clusters-Implementation_usage_and_support.md