Cluster Commands: Events#
This group describes the CLI commands for the Events cluster. Listed below is a description of the cluster:
This cluster provides an interface on which applications can use event-based protocols.
Macros#
zcl events get-event-log [eventControlLogId:1] [eventId:2] [startTime:4] [endTime:4] [numberOfEvents:1] [eventOffset:2]
zcl events clear-event-log [logId:1]
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_EVENTS_GET_EVENT_LOG#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_EVENTS_GET_EVENT_LOG
zcl events get-event-log [eventControlLogId:1] [eventId:2] [startTime:4] [endTime:4] [numberOfEvents:1] [eventOffset:2]
The GetEventLog command allows a client to request events from a server's event logs. One or more PublishEventLog commands are returned on receipt of this command.
eventControlLogId - EventControlLogId [BITMAP8]
eventId - INT16U
startTime - UTC_TIME
endTime - UTC_TIME
numberOfEvents - INT8U
eventOffset - INT16U
1058
of file app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_EVENTS_CLEAR_EVENT_LOG#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_EVENTS_CLEAR_EVENT_LOG
zcl events clear-event-log [logId:1]
The ClearEventLogRequest command requests that an Events server device clear the specified event log(s).
logId - EventLogId [ENUM8] See Also
1066
of file app/framework/test/headers/cli.doc