|
Z-Wave Protocol Controller Reference
|
#include "attribute_store.h"#include <stdbool.h>Go to the source code of this file.
Macros | |
| #define | OCCUPANCY_SENSOR_TYPE_PIR 0x00 |
Functions | |
| bool | occupancy_sensing_cluster_mapper_init (void) |
| Intitialise the OccupancySensing cluster mapper. More... | |
| int | occupancy_sensing_cluster_mapper_teardown (void) |
| Tears down the Occupancy cluster mapper from all its content. More... | |
| void | occupancy_sensing_motion_detection_update_callback (attribute_store_node_t updated_node, attribute_store_change_t change) |
| Callback for the Attribute Store reading the Notification Motion Detected attributes. More... | |
| void | occupancy_sensing_motion_idle_update_callback (attribute_store_node_t updated_node, attribute_store_change_t change) |
| Callback for the Attribute Store reading the Notification Motion Detected attributes. More... | |