Fixes in Scales
This commit is contained in:
@ -12,6 +12,7 @@ namespace Elwig.Helpers.Weighing {
|
||||
public bool IsReady => throw new NotImplementedException();
|
||||
public bool HasFillingClearance => throw new NotImplementedException();
|
||||
public int? WeightLimit => throw new NotImplementedException();
|
||||
public string? LogPath => throw new NotImplementedException();
|
||||
|
||||
public void Dispose() {
|
||||
throw new NotImplementedException();
|
||||
|
Reference in New Issue
Block a user