RobotApp/RobotApp.VDA5050/FactsheetExtend/Battery.cs
Đăng Nguyễn cf309cccba Init project
2025-09-10 10:48:39 +07:00

10 lines
246 B
C#

namespace RobotApp.VDA5050.FactsheetExtend;
public class Battery
{
public uint Battery_low { get; set; }
public uint Battery_normal { get; set; }
public uint Battery_good { get; set; }
public uint Battery_full { get; set; }
}