📄 f8wzcl.cfg
字号:
/*
* f8wZCL.cfg
*
* Compiler command-line options used to define a ZigBee Cluster
* Library (ZCL) poject. To move an option from here to the project
* file, comment out or delete the option from this file and enter
* it into the "Define Symbols" box under the Preprocessor tab of
* the C/C++ Compiler Project Options. New user defined options may
* be added to this file, as necessary.
*
* Each macro is prefixed with '-D'. The entries are to be constructed
* as if they are to be on the compiler command line invocation (which
* they are).
*/
/****************************************
* The following are for Foundation only
****************************************/
/* ZCL Read enables the following commands:
* 1) Read Attributes
* 2) Read Attributes Response
*/
-DZCL_READ
/* ZCL Write enables the following commands:
* 1) Write Attributes
* 2) Write Attributes Undivided
* 3) Write Attributes Response
* 4) Write Attributes No Response
*/
-DZCL_WRITE
/* ZCL Report enables the following commands:
* 1) Configure Reporting
* 2) Configure Reporting Response
* 3) Read Reporting Response
* 4) Read Reporting Configuration Response
* 5) Report Attributes
*/
//-DZCL_REPORT
/* ZCL Discover enables the following commands:
* 1) Discover Attributes
* 2) Discover Attributes Response
*/
//-DZCL_DISCOVER
/**********************************************
* The following are for General clusters only
**********************************************/
/* ZCL Basic enables the following command:
* 1) Reset to Factory Defaults
*/
-DZCL_BASIC
/* ZCL Identify enables the following commands:
* 1) Identify Query
* 2) Identify Query Response
*/
-DZCL_IDENTIFY
/* ZCL Groups enables the following commands:
* 1) Add Group
* 2) View Group
* 3) Get Group Membership
* 4) Remove Group
* 5) Remove All Groups
* 6) Add Group If Identifying
* 7) Add Group Response
* 8) View Group Response
* 9) Get Group Membership Response
* 10) Remove Group Response
*/
//-DZCL_GROUPS
/* ZCL Scenes enables the following commands:
* 1) Add Scene
* 2) View Scene
* 3) Remove Group
* 4) Remove All Groups
* 5) Store Scene
* 6) Recall Scene
* 7) Get Scene Membership
* 8) Add Scene Response
* 9) View Scene Response
* 10) Remove Scene Response
* 11) Remove All Scenes Response
* 12) Store Scene Response
* 13) Get Scene Membership Response
*/
//-DZCL_SCENES
/* ZCL On/Off enables the following commands:
* 1) On
* 2) Off
* 3) Toggle
*/
-DZCL_ON_OFF
/* ZCL Level Control enables the following commands:
* 1) Move to Level
* 2) Move
* 3) Step
*/
//-DZCL_LEVEL_CTRL
/* ZCL Alarms enables the following commands:
* 1) Reset Alarm
* 2) Reset All Alarms
* 3) Get Alarm
* 4) Reset Alarm Log
* 5) Alarm
* 6) Get Alarm Response
*/
//-DZCL_ALARMS
/* ZCL Location enables the following commands:
* 1) Set Absolute Location
* 2) Set Device Configuration
* 3) Get Device Configuration
* 4) Get Location Data
* 5) Device Configuration Response
* 6) Location Data Response
* 7) Location Data Notification
* 8) Compact Location Data Notification
* 9) RSSI Ping
*/
//-DZCL_LOCATION
/**********************************************************
* The following are for Security and Safety clusters only
**********************************************************/
/* ZCL Zone enables the following commands:
* 1) Zone Status Change Notification
* 2) Zone Enroll Request
* 3) Zone Enroll Response
*/
//-DZCL_ZONE
/* ZCL ACE enables the following commands:
* 1) Arm
* 2) Bypass
* 3) Emergency
* 4) Fire
* 5) Panic
* 6) Get Zone ID Map
* 7) Get Zone Information
* 8) Arm Response
* 9) Get Zone ID Map Response
* 10) Get Zone Information Response
*/
//-DZCL_ACE
/* ZCL WD enables the following commands:
* 1) Start Warning
* 2) Squawk
*/
//-DZCL_WD
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -