Cluster Commands: MFGLIB Cluster#
This group describes the CLI commands for the MFGLIB Cluster cluster. Listed below is a description of the cluster:
This cluster provides commands to kick off MFGLIB actions over the air.
Macros#
#define
zcl mfglib stream [channel:1] [power:1] [time:2]
#define
zcl mfglib tone [channel:1] [power:1] [time:2]
#define
zcl mfglib rx-mode [channel:1] [power:1] [time:2]
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_M_F_G_L_I_B_CLUSTER_STREAM#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_M_F_G_L_I_B_CLUSTER_STREAM
zcl mfglib stream [channel:1] [power:1] [time:2]
Command to put the device into streaming mode.
channel - INT8U
power - INT8S
time - INT16U
Definition at line
1375
of file app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_M_F_G_L_I_B_CLUSTER_TONE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_M_F_G_L_I_B_CLUSTER_TONE
zcl mfglib tone [channel:1] [power:1] [time:2]
Command to put the device into tone mode.
channel - INT8U
power - INT8S
time - INT16U
Definition at line
1383
of file app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_M_F_G_L_I_B_CLUSTER_RX_MODE#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_M_F_G_L_I_B_CLUSTER_RX_MODE
zcl mfglib rx-mode [channel:1] [power:1] [time:2]
Command to put the device into RX mode.
channel - INT8U
power - INT8S
time - INT16U
Definition at line
1391
of file app/framework/test/headers/cli.doc