mirror of
https://github.com/excaliburpartners/OmniLinkBridge
synced 2025-05-07 17:23:12 +00:00
8 lines
122 B
C#
8 lines
122 B
C#
namespace OmniLinkBridge.MQTT
|
|
{
|
|
public class OverrideUnit
|
|
{
|
|
public UnitType type { get; set; }
|
|
}
|
|
}
|