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#
zcl level-control mv-to-level [level:1] [transitionTime:2] [optionMask:1] [optionOverride:1]
zcl level-control move [moveMode:1] [rate:1] [optionMask:1] [optionOverride:1]
zcl level-control step [stepMode:1] [stepSize:1] [transitionTime:2] [optionMask:1] [optionOverride:1]
zcl level-control stop [optionMask:1] [optionOverride:1]
zcl level-control o-mv-to-level [level:1] [transitionTime:2]
zcl level-control o-move [moveMode:1] [rate:1]
zcl level-control o-step [stepMode:1] [stepSize:1] [transitionTime:2]
zcl level-control o-stop
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
9140
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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
9151
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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
9163
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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
9170
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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
9177
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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
moveMode - MoveMode [ENUM8]
rate - INT8U See Also
9186
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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
9196
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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
9201
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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
9207
of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/app/framework/test/headers/cli.doc