Add weight limit to scale

This commit is contained in:
2023-04-26 19:17:35 +02:00
parent 0621716636
commit ee5bda2fe3
4 changed files with 15 additions and 3 deletions

View File

@ -36,6 +36,11 @@ namespace Elwig.Helpers.Weighing {
/// </summary>
bool HasFillingClearance { get; }
/// <summary>
/// The maximal configured weight limit of the scale in kg
/// </summary>
int? WeightLimit { get; }
/// <summary>
/// Get the current weight on the scale without performing a weighing process
/// </summary>