Weighing: Add ICommandScale and IEventScale
This commit is contained in:
8
Elwig/Helpers/Weighing/IEventScale.cs
Normal file
8
Elwig/Helpers/Weighing/IEventScale.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Elwig.Helpers.Weighing {
|
||||
/// <summary>
|
||||
/// Interface for controlling a a scale which automatically sends weighing updates
|
||||
/// </summary>
|
||||
public interface IEventScale : IScale {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user