#include <temperature_sensor.h>
Inherits Nrf::MatterBridgedDevice.
|
| | TemperatureSensorDevice (const char *uniqueID, const char *nodeLabel) |
| |
| int16_t | GetMeasuredValue () |
| |
| int16_t | GetMinMeasuredValue () |
| |
| int16_t | GetMaxMeasuredValue () |
| |
| uint16_t | GetDeviceType () const override |
| |
| CHIP_ERROR | HandleRead (chip::ClusterId clusterId, chip::AttributeId attributeId, uint8_t *buffer, uint16_t maxReadLength) override |
| |
| CHIP_ERROR | HandleReadTemperatureMeasurement (chip::AttributeId attributeId, uint8_t *buffer, uint16_t maxReadLength) |
| |
| CHIP_ERROR | HandleWrite (chip::ClusterId clusterId, chip::AttributeId attributeId, uint8_t *buffer, size_t size) override |
| |
| CHIP_ERROR | HandleAttributeChange (chip::ClusterId clusterId, chip::AttributeId attributeId, void *data, size_t dataSize) override |
| |
| void | Init (chip::EndpointId endpoint) |
| |
| chip::EndpointId | GetEndpointId () const |
| |
| CHIP_ERROR | CopyAttribute (const void *attribute, size_t attributeSize, void *buffer, uint16_t maxBufferSize) |
| |
| CHIP_ERROR | HandleWriteDeviceBasicInformation (chip::ClusterId clusterId, chip::AttributeId attributeId, void *data, size_t dataSize) |
| |
| CHIP_ERROR | HandleReadBridgedDeviceBasicInformation (chip::AttributeId attributeId, uint8_t *buffer, uint16_t maxReadLength) |
| |
| CHIP_ERROR | HandleReadIdentify (chip::AttributeId attributeId, uint8_t *buffer, uint16_t maxReadLength) |
| |
| CHIP_ERROR | HandleWriteIdentify (chip::AttributeId attributeId, void *data, size_t dataSize) |
| |
| bool | GetIsReachable () const |
| |
| const char * | GetUniqueID () const |
| |
| const char * | GetNodeLabel () const |
| |
The documentation for this class was generated from the following file: