init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace CANFDApiProxy.Messages
|
||||
{
|
||||
public class PowerMessage
|
||||
{
|
||||
public bool Battery_enable { get; set; }
|
||||
public bool Nvin_pin { get; set; }
|
||||
public bool On_pin { get; set; }
|
||||
public bool Power_fault { get; set; }
|
||||
public string Status { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user