We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29716be commit 6b3ec67Copy full SHA for 6b3ec67
roborock/map/proto/b01_scmap.proto
@@ -1,3 +1,10 @@
1
+// Source of truth for the B01/Q7 SCMap schema.
2
+//
3
+// Regenerate the checked-in Python module after edits with:
4
+// python -m grpc_tools.protoc -I. --python_out=. roborock/map/proto/b01_scmap.proto
5
6
+// The generated file `b01_scmap_pb2.py` is checked in for runtime use and should
7
+// not be edited by hand.
8
syntax = "proto2";
9
10
package b01.scmap;
0 commit comments