Skip to content

Commit

Permalink
Bmw 631/add more info (#48)
Browse files Browse the repository at this point in the history
* add topic & sensor name

* minor fix

* change order

* for safety
  • Loading branch information
AlexSeongJu-sr authored May 9, 2023
1 parent 8c62f89 commit 2c65524
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion output.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,13 @@ message SystemHealth {
SENSOR_TILTED = 3;
SENSOR_SUSPENDED = 4;
}
message SensorInfo {
SensorStatus status = 1;
string topic = 2;
string sensor_name = 3;
}
Status status = 1;
map<string, SensorStatus> sensors = 3;
map<string, SensorInfo> sensors = 4;
}
Status master = 1;
map<string, Node> nodes = 2;
Expand Down

0 comments on commit 2c65524

Please sign in to comment.