Add todos
This commit is contained in:
parent
a9b3ec5aa2
commit
adfdfdd747
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ service Pms5003SensorGrpcService {
|
|||
}
|
||||
|
||||
// Responses
|
||||
// TODO: Create a normal map and clean this.
|
||||
message NucuCarSensorResponse {
|
||||
SensorStateEnum State = 1;
|
||||
string JsonData = 2;
|
||||
|
|
|
@ -8,6 +8,7 @@ using NucuCar.Telemetry.Publishers;
|
|||
namespace NucuCar.Telemetry.Abstractions
|
||||
{
|
||||
/// <summary>
|
||||
/// TODO: make an interface.
|
||||
/// The TelemetryPublisher is an abstract class, which provides a base for implementing telemetry publishers.
|
||||
/// </summary>
|
||||
public abstract class TelemetryPublisher : IDisposable
|
||||
|
|
Loading…
Reference in a new issue