mirror of
https://github.com/excaliburpartners/OmniLinkBridge
synced 2025-05-08 01:33:12 +00:00
12 lines
148 B
C#
12 lines
148 B
C#
namespace OmniLinkBridge.MQTT
|
|
{
|
|
enum CommandTypes
|
|
{
|
|
area,
|
|
zone,
|
|
unit,
|
|
thermostat,
|
|
button
|
|
}
|
|
}
|