8 lines
No EOL
166 B
C#
8 lines
No EOL
166 B
C#
namespace NucuCar.Sensors.Abstractions
|
|
{
|
|
public class NucuCarSensorResponse
|
|
{
|
|
public SensorStateEnum State;
|
|
public string JsonData;
|
|
}
|
|
} |