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
|
// Responses
|
||||||
|
// TODO: Create a normal map and clean this.
|
||||||
message NucuCarSensorResponse {
|
message NucuCarSensorResponse {
|
||||||
SensorStateEnum State = 1;
|
SensorStateEnum State = 1;
|
||||||
string JsonData = 2;
|
string JsonData = 2;
|
||||||
|
|
|
@ -8,6 +8,7 @@ using NucuCar.Telemetry.Publishers;
|
||||||
namespace NucuCar.Telemetry.Abstractions
|
namespace NucuCar.Telemetry.Abstractions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// TODO: make an interface.
|
||||||
/// The TelemetryPublisher is an abstract class, which provides a base for implementing telemetry publishers.
|
/// The TelemetryPublisher is an abstract class, which provides a base for implementing telemetry publishers.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public abstract class TelemetryPublisher : IDisposable
|
public abstract class TelemetryPublisher : IDisposable
|
||||||
|
|
Loading…
Reference in a new issue