Skip to content

Commit 6b3ec67

Browse files
committed
🦎 docs: note scmap proto regeneration
1 parent 29716be commit 6b3ec67

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

roborock/map/proto/b01_scmap.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
18
syntax = "proto2";
29

310
package b01.scmap;

0 commit comments

Comments
 (0)