Weighing: Differentiate between scale and terminal

This commit is contained in:
2026-08-01 23:38:51 +02:00
parent 0d8cdd5d6e
commit bc093f31db
20 changed files with 129 additions and 157 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ namespace Elwig.Helpers.Weighing {
public string Manufacturer => "NONE";
public string Model => "NONE";
public string ScaleId => id;
public int InternalScaleNr => 0;
public string ScaleTerminalId => id;
public bool IsReady => false;
public bool HasFillingClearance => false;
public int? WeightLimit => null;