Plugin Commands: Calendar Server
Macros |
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_CANCEL_CALENDAR |
plugin calendar-server cancel-calendar [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_CALENDAR |
plugin calendar-server publish-calendar [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_DAY_PROFILES |
plugin calendar-server publish-day-profiles [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1] [dayIndex:1]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_SEASONS |
plugin calendar-server publish-seasons [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_SPECIAL_DAYS |
plugin calendar-server publish-special-days [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1]
|
|
#define | EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_WEEK_PROFILE |
plugin calendar-server publish-week-profile [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1] [weekIndex:1]
|
Detailed Description
The calendar-server plugin contributes several commands to the application framework's CLI. These commands are be used for adding, clearing, and printing calendars.
Macro Definition Documentation
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_CANCEL_CALENDAR |
plugin calendar-server cancel-calendar [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1]
-
Invalidates the specified calendar and sends a cancel calendar.
- nodeId - INT16U - the destination node id
- srcEndpoint - INT8U - the source endpoint
- dstEndpoint - INT8U - the destination endpoint
- calendarIndex - INT8U - the index of the calendar within the calendar table
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_CALENDAR |
plugin calendar-server publish-calendar [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1]
-
Publish an calendar.
- nodeId - INT16U - the destination node id
- srcEndpoint - INT8U - the source endpoint
- dstEndpoint - INT8U - the destination endpoint
- calendarIndex - INT8U - the index of the calendar within the calendar table
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_DAY_PROFILES |
plugin calendar-server publish-day-profiles [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1] [dayIndex:1]
-
Publish the day profiles of the specified day in the specified calendar.
- nodeId - INT16U - the destination node id
- srcEndpoint - INT8U - the source endpoint
- dstEndpoint - INT8U - the destination endpoint
- calendarIndex - INT8U - the index of the calendar within the calendar table
- dayIndex - INT8U - the index of the day in the calendar
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_SEASONS |
plugin calendar-server publish-seasons [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1]
-
Publish the seasons in the specified calendar.
- nodeId - INT16U - the destination node id
- srcEndpoint - INT8U - the source endpoint
- dstEndpoint - INT8U - the destination endpoint
- calendarIndex - INT8U - the index of the calendar within the calendar table
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_SPECIAL_DAYS |
plugin calendar-server publish-special-days [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1]
-
Publish the special days for the specified calendar.
- nodeId - INT16U - the destination node id
- srcEndpoint - INT8U - the source endpoint
- dstEndpoint - INT8U - the destination endpoint
- calendarIndex - INT8U - the index of the calendar within the calendar table
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_CALENDAR_SERVER_PLUGIN_CALENDAR_SERVER_PUBLISH_WEEK_PROFILE |
plugin calendar-server publish-week-profile [nodeId:2] [srcEndpoint:1] [dstEndpoint:1] [calendarIndex:1] [weekIndex:1]
-
Publish the week profile of the specified week in the specified calendar.
- nodeId - INT16U - the destination node id
- srcEndpoint - INT8U - the source endpoint
- dstEndpoint - INT8U - the destination endpoint
- calendarIndex - INT8U - the index of the calendar within the calendar table
- weekIndex - INT8U - the index of the week in the calendar