mirror of
https://github.com/excaliburpartners/OmniLinkBridge
synced 2025-05-08 01:33:12 +00:00
8 lines
132 B
C#
8 lines
132 B
C#
namespace OmniLinkBridge.MQTT
|
|
{
|
|
public class Switch : Device
|
|
{
|
|
public string command_topic { get; set; }
|
|
}
|
|
}
|