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:
Diffstat (limited to 'system.proto')
-rw-r--r--system.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/system.proto b/system.proto
index 43914fe..25d2197 100644
--- a/system.proto
+++ b/system.proto
@@ -67,3 +67,11 @@ message ProtobufVersionResponse {
message UpdateRequest {
string update_folder = 1;
}
+
+message PowerInfoRequest {
+}
+
+message PowerInfoResponse {
+ string key = 1;
+ string value = 2;
+}