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 90238e8..7a47274 100644
--- a/system.proto
+++ b/system.proto
@@ -93,3 +93,11 @@ message PowerInfoResponse {
string key = 1;
string value = 2;
}
+
+message PowerDebugRequest {
+}
+
+message PowerDebugResponse {
+ string key = 1;
+ string value = 2;
+} \ No newline at end of file