Cluster Commands: Barrier Control#

This group describes the CLI commands for the Barrier Control cluster. Listed below is a description of the cluster: This cluster provides control of a barrier (garage door).

Macros#

#define

zcl barrier-control go-to-percent [percentOpen:1]

#define

zcl barrier-control stop

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_BARRIER_CONTROL_GO_TO_PERCENT#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_BARRIER_CONTROL_GO_TO_PERCENT

zcl barrier-control go-to-percent [percentOpen:1]

  • Command to instruct a barrier to go to a percent open state.

    • percentOpen - INT8U


Definition at line 8198 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_BARRIER_CONTROL_STOP#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_BARRIER_CONTROL_STOP

zcl barrier-control stop

  • Command that instructs the barrier to stop moving.


Definition at line 8203 of file ./app/framework/test/headers/cli.doc