Security motion detector

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Security motion detector

1,616件の閲覧回数
rostislav
Contributor III

Hello,

I am developing a PIR based motion detector using Zigbee. In a project created with BeeKit I found  API set like

/*!

* @fn zbStatus_t ZCL_IASZoneClusterServer(zbApsdeDataIndication_t *pIndication, afDeviceDef_t *pDevice)

*

* @brief Processes the requests received on the IAS Zone Cluster Server.

*

*/

zbStatus_t ZCL_IASZoneClusterServer

(

    zbApsdeDataIndication_t *pIndication,

    afDeviceDef_t *pDev

)

I didn't find that this request handler is called anywhere in the created with BeeKit code. Do exist a document explaining usage of API like this or any example?

Thank you in advance.

0 件の賞賛
返信
1 返信

1,327件の閲覧回数
rostislav
Contributor III

I found the answer: If application is set as IAS then created a structure afClusterDef_t const gaHaIASZoneClusterList[] that uses the API call as a method.

0 件の賞賛
返信