Adicionar primeiro
This commit is contained in:
16
components/serial_sync/protobuf/HiToLo.proto
Executable file
16
components/serial_sync/protobuf/HiToLo.proto
Executable file
@@ -0,0 +1,16 @@
|
||||
syntax = "proto3";
|
||||
|
||||
/*
|
||||
This container message is send from Hi To Lo and may contain any allowed message in that direction.
|
||||
*/
|
||||
message HiToLo {
|
||||
oneof payload {
|
||||
uint32 time_stamp = 1;
|
||||
bool connector_lock = 2; // false: unlock, true: lock
|
||||
uint32 max_charging_current = 3;
|
||||
bool allow_power_on = 4;
|
||||
bool reset = 5;
|
||||
uint32 grid_current = 6;
|
||||
uint32 max_grid_current = 7;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user