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