Other Parts Discussed in Thread: Z-STACK
Hi
I want to implement the window covering application in Z-Stack Home 1.2.1. I am using sample light application as a test code. I dont understand which attributes and cluster id should I use, shade configuration or window covering. Shade configuration has no cluster related commands Also in zcl_closures.h it is mentioned its only a logical cluster .
/**********************************************/
/*** Logical Cluster ID - for mapping only ***/
/*** These are not to be used over-the-air ***/
/**********************************************/
#define ZCL_CLOSURES_LOGICAL_CLUSTER_ID_SHADE_CONFIG 0x0010
in linux gateway there is a command GW_CMD_ID_T__DEV_WINDOW_COVERING_ACTION_REQ, but no specific clusters are defined for this command.
Can anyone please help with this cluster definition