Cluster Commands: Level Control#

This group describes the CLI commands for the Level Control cluster. Listed below is a description of the cluster: Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.'

Macros#

#define

zcl level-control mv-to-level [level:1] [transitionTime:2] [optionMask:1] [optionOverride:1]

#define

zcl level-control move [moveMode:1] [rate:1] [optionMask:1] [optionOverride:1]

#define

zcl level-control step [stepMode:1] [stepSize:1] [transitionTime:2] [optionMask:1] [optionOverride:1]

#define

zcl level-control stop [optionMask:1] [optionOverride:1]

#define

zcl level-control o-mv-to-level [level:1] [transitionTime:2]

#define

zcl level-control o-move [moveMode:1] [rate:1]

#define

zcl level-control o-step [stepMode:1] [stepSize:1] [transitionTime:2]

#define

zcl level-control o-stop

#define

zcl level-control mv-to-closest-freq [frequency:2]

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_MV_TO_LEVEL#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_MV_TO_LEVEL

zcl level-control mv-to-level [level:1] [transitionTime:2] [optionMask:1] [optionOverride:1]

  • Command description for MoveToLevel

    • level - INT8U

    • transitionTime - INT16U

    • optionMask - BITMAP8

    • optionOverride - BITMAP8


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

EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_MOVE#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_MOVE

zcl level-control move [moveMode:1] [rate:1] [optionMask:1] [optionOverride:1]

  • Command description for Move

    • moveMode - MoveMode [ENUM8]

    • rate - INT8U

    • optionMask - BITMAP8

    • optionOverride - BITMAP8 See Also


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

EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_STEP#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_STEP

zcl level-control step [stepMode:1] [stepSize:1] [transitionTime:2] [optionMask:1] [optionOverride:1]

  • Command description for Step

    • stepMode - StepMode [ENUM8]

    • stepSize - INT8U

    • transitionTime - INT16U

    • optionMask - BITMAP8

    • optionOverride - BITMAP8 See Also


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

EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_STOP#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_STOP

zcl level-control stop [optionMask:1] [optionOverride:1]

  • Command description for Stop

    • optionMask - BITMAP8

    • optionOverride - BITMAP8


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

EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_O_MV_TO_LEVEL#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_O_MV_TO_LEVEL

zcl level-control o-mv-to-level [level:1] [transitionTime:2]

  • Command description for MoveToLevelWithOnOff

    • level - INT8U

    • transitionTime - INT16U


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

EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_O_MOVE#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_O_MOVE

zcl level-control o-move [moveMode:1] [rate:1]

  • Command description for MoveWithOnOff


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

EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_O_STEP#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_O_STEP

zcl level-control o-step [stepMode:1] [stepSize:1] [transitionTime:2]

  • Command description for StepWithOnOff

    • stepMode - StepMode [ENUM8]

    • stepSize - INT8U

    • transitionTime - INT16U See Also


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

EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_O_STOP#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_O_STOP

zcl level-control o-stop

  • Command description for StopWithOnOff


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

EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_MV_TO_CLOSEST_FREQ#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_LEVEL_CONTROL_MV_TO_CLOSEST_FREQ

zcl level-control mv-to-closest-freq [frequency:2]

  • Command description for MoveToClosestFrequency

    • frequency - INT16U


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