mirror of
https://github.com/excaliburpartners/OmniLinkBridge
synced 2025-05-06 17:13:11 +00:00
10 lines
191 B
C#
10 lines
191 B
C#
namespace OmniLinkBridge.MQTT
|
|
{
|
|
public class Alarm : Device
|
|
{
|
|
public string command_topic { get; set; }
|
|
|
|
//public string code { get; set; } = string.Empty;
|
|
}
|
|
}
|