| | |
| | | |
| | | public static final String OUTBOUND = "outbound"; |
| | | |
| | | public static final String INBOUND_STATE_FIRMWARE_VERSION = "inboundStateFirmwareVersion"; |
| | | |
| | | public static final String INBOUND_REQUESTS = "inboundRequests"; |
| | | |
| | | public static final String INBOUND_REQUESTS_STORAGE_CONFIG_GET = "inboundRequestsConfigGet"; |
| | | |
| | | public static final String INBOUND_EVENTS = "inboundEvents"; |
| | | |
| | | public static final String OUTBOUND_EVENTS = "outboundEvents"; |
| | | |
| | | public static final String INBOUND_EVENTS_FLIGHT_TASK_PROGRESS = "inboundEventsFlightTaskProgress"; |
| | | |
| | | public static final String INBOUND_EVENTS_FILE_UPLOAD_CALLBACK = "inboundEventsFileUploadCallback"; |
| | | |
| | | public static final String INBOUND_REQUESTS_AIRPORT_BIND_STATUS = "inboundRequestsAirportBindStatus"; |
| | | |
| | | public static final String INBOUND_REQUESTS_AIRPORT_ORGANIZATION_GET = "inboundRequestsAirportOrganizationGet"; |
| | | |
| | | public static final String INBOUND_REQUESTS_AIRPORT_ORGANIZATION_BIND = "inboundRequestsAirportOrganizationBind"; |
| | | |
| | | public static final String INBOUND_EVENTS_HMS = "inboundEventsHms"; |
| | | |
| | | public static final String INBOUND_EVENTS_CONTROL_PROGRESS = "inboundEventsControlProgress"; |
| | | |
| | | public static final String INBOUND_EVENTS_OTA_PROGRESS = "inboundEventsOtaProgress"; |
| | | |
| | | public static final String INBOUND_EVENTS_FILE_UPLOAD_PROGRESS = "inboundEventsFileUploadProgress"; |
| | | |
| | | public static final String INBOUND_REQUESTS_FLIGHT_TASK_RESOURCE_GET = "inboundEventsFlightTaskResourceGet"; |
| | | |
| | | public static final String INBOUND_PROPERTY_SET_REPLY = "inboundPropertySetReply"; |
| | | |
| | | public static final String INBOUND_REQUESTS_CONFIG = "inboundRequestsConfig"; |
| | | |
| | | public static final String INBOUND_EVENTS_HIGHEST_PRIORITY_UPLOAD_FLIGHT_TASK_MEDIA = "inboundEventsHighestPriorityUploadFlightTaskMedia"; |
| | | |
| | | public static final String INBOUND_EVENTS_FLIGHT_TASK_READY = "inboundEventsFlightTaskReady"; |
| | | |
| | | public static final String INBOUND_EVENTS_FLY_TO_POINT_PROGRESS = "inboundFlyToPointProgress"; |
| | | |
| | | public static final String INBOUND_EVENTS_TAKE_OFF_TO_POINT_PROGRESS = "inboundTakeoffToPointProgress"; |
| | | |
| | | public static final String INBOUND_EVENTS_DRC_STATUS_NOTIFY = "inboundDrcStatusNotify"; |
| | | |
| | | public static final String INBOUND_EVENTS_DRC_MODE_EXIT_NOTIFY = "inboundDrcModeExitNotify"; |
| | | } |