Z-Wave Protocol Controller Reference
Dotdot Mapper

Maps the DotDot clusters to known command classes. More...

Collaboration diagram for Dotdot Mapper:

Modules

 Binding Cluster Mapping Helper
 Module mapping bindable cluster to association group properties.
 
 Basic Cluster Mapper
 Create manual maps between the Basic Cluster and several Z-Wave Attributes.
 
 Binding Cluster Mapper
 Sets up the Binding Clusters mapper.
 
 OccupancySensing Cluster Mapper
 Maps OccupancySensing Cluster incoming Commands to attribute modifications.
 
 ZPC OnOff cluster mapper
 Maps OnOff Cluster incoming Commands to attribute modifications.
 

Functions

sl_status_t dotdot_mapper_init (void)
 Initialize all known cluster mappers. More...
 
int dotdot_mapper_teardown (void)
 Tear down the Occupancy cluster mapper from all its content. More...
 

Detailed Description

Maps the DotDot clusters to known command classes.

Function Documentation

◆ dotdot_mapper_init()

sl_status_t dotdot_mapper_init ( void  )

Initialize all known cluster mappers.

Returns
SL_STATUS_OK on success
SL_STATUS_FAIL on failure
Here is the call graph for this function:

◆ dotdot_mapper_teardown()

int dotdot_mapper_teardown ( void  )

Tear down the Occupancy cluster mapper from all its content.

Returns
0 on success
Here is the call graph for this function: