Filter results by

Older Versions

Older API versions are available as a download. To view, extract the file and open the index.html file in a web browser.

artik_zigbee_reporting_info Struct Reference

A structure used to store reporting configurations. If endpoint field is ::EMBER_AF_PLUGIN_REPORTING_UNUSED_ENDPOINT_ID, this configure is unused. More...

#include <zigbee/artik_zigbee.h>

Data Fields

bool used
 
int endpoint_id
 
int cluster_id
 
int attribute_id
 
bool is_server
 
struct {
   uint16_t   min_interval
 
   uint16_t   max_interval
 
   uint32_t   reportable_change
 
reported
 

Detailed Description

Examples:
zigbee_test/artik_zigbee_test.c.

Definition at line 457 of file artik_zigbee.h.

Field Documentation

uint16_t artik_zigbee_reporting_info::max_interval

The maximum reporting interval, measured in seconds.

Examples:
zigbee_test/artik_zigbee_test.c.

Definition at line 468 of file artik_zigbee.h.

uint16_t artik_zigbee_reporting_info::min_interval

The minimum reporting interval, measured in seconds.

Examples:
zigbee_test/artik_zigbee_test.c.

Definition at line 466 of file artik_zigbee.h.

uint32_t artik_zigbee_reporting_info::reportable_change

The minimum change to the attribute that will result in a report being sent.

Examples:
zigbee_test/artik_zigbee_test.c.

Definition at line 472 of file artik_zigbee.h.


The documentation for this struct was generated from the following file:
Last updated on: