Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
package control_communication;
|
||||
|
||||
message RfidId {
|
||||
uint32 value = 1;
|
||||
}
|
||||
|
||||
message SyncResponse {
|
||||
int64 currentTime = 1;
|
||||
bool pendingChanges = 2;
|
||||
}
|
||||
|
||||
message SyncRequest {
|
||||
optional int64 lastSync = 1;
|
||||
map<uint64, uint32> accessLogs = 2;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
�斉��3
|
||||
@@ -0,0 +1 @@
|
||||
"COXOg+uYMxAB"
|
||||
@@ -0,0 +1 @@
|
||||
゚滑�3
|
||||
Reference in New Issue
Block a user