Contradiction in ZCL Cluster library manual JN-UG-3103 and SDK Files

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Contradiction in ZCL Cluster library manual JN-UG-3103 and SDK Files

Jump to solution
908 Views
dmsherazi
Contributor IV

The Door Lock section of JN-UG-3103 has the following mentioned 

17.8 Compile-Time Options
To enable the Door Lock cluster in the code to be built, it is necessary to add the
following to the zcl_options.h file:
#define CLD_DOOR_LOCK
In addition, to include the software for a cluster client or server or both, it is necessary
to add one or both of the following to the same file:
#define CLD_DOOR_LOCK_SERVER
#define CLD_DOOR_LOCK_CLIENT

While in SDK  it is expecting DOOR_LOCK_SERVER && DOOR_LOCK_CLIENT 

as in D:\NXP\bstudio_nxp\sdk\JN-SW-4170\Components\ZCL\Devices\ZHA\Closures\Include\door_lock.h

#if defined(CLD_DOOR_LOCK) && !defined(DOOR_LOCK_SERVER) && !defined(DOOR_LOCK_CLIENT)
1 Solution
761 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Dost,

Thanks for the feedback, I let the team know.

Regards,

Mario

View solution in original post

2 Replies
761 Views
patrick_pan
NXP Employee
NXP Employee

Hi,Dost 

It is Typo

0 Kudos
762 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Dost,

Thanks for the feedback, I let the team know.

Regards,

Mario