RobotNet/RobotNet.RobotShares/VDA5050/FactsheetExtend/BatteryThreshold.cs
2025-10-15 15:15:53 +07:00

12 lines
155 B
C#

namespace RobotNet.RobotShares.VDA5050.FactsheetExtend;
public enum BatteryThreshold
{
LOW,
NORMAL,
MIDDLE,
GOOD,
FULL,
NONE
}