Add SwitchRecordMessage

This commit is contained in:
2020-01-01 01:03:56 +01:00
parent e4d9ad61d6
commit accf718407
3 changed files with 119 additions and 34 deletions

View File

@ -54,3 +54,7 @@ enum TypeObject {
BUMP = 2;
PLOT = 3;
}
message SwitchRecordMessage {
bool enabled = 1;
}