mirror of
https://github.com/excaliburpartners/OmniLinkBridge
synced 2025-05-11 10:23:11 +00:00
13 lines
165 B
C#
13 lines
165 B
C#
namespace OmniLinkBridge.MQTT
|
|
{
|
|
enum CommandTypes
|
|
{
|
|
area,
|
|
zone,
|
|
unit,
|
|
thermostat,
|
|
button,
|
|
message
|
|
}
|
|
}
|