Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/flipperzero-protobuf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Kharisov <albkharisov@gmail.com>2022-01-12 14:12:50 +0300
committerAlbert Kharisov <albkharisov@gmail.com>2022-01-13 16:18:06 +0300
commitfcbf978b09c82250fe54af713f474fe9731cfb83 (patch)
tree666395712f0e4900b8915b6676d84931af6c51d9
parent93b9cf3af76664a27646494341a63281a9022740 (diff)
Add SessionStoppedalb/2116_rpc_handle_errors
-rw-r--r--flipper.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/flipper.proto b/flipper.proto
index 9aad7ba..0ce9e2c 100644
--- a/flipper.proto
+++ b/flipper.proto
@@ -49,6 +49,9 @@ message Empty {
message StopSession {
}
+message SessionStopped {
+}
+
message Main {
uint32 command_id = 1;
CommandStatus command_status = 2;
@@ -56,6 +59,7 @@ message Main {
oneof content {
Empty empty = 4;
StopSession stop_session = 19;
+ SessionStopped session_stopped = 41;
.PB_System.PingRequest system_ping_request = 5;
.PB_System.PingResponse system_ping_response = 6;
.PB_System.RebootRequest system_reboot_request = 31;