OmniLinkBridge/OmniLinkBridge/MQTT/Topic.cs

35 lines
757 B
C#

namespace OmniLinkBridge.MQTT
{
public enum Topic
{
name,
state,
command,
alarm_command,
basic_state,
json_state,
brightness_state,
brightness_command,
scene_state,
scene_command,
current_operation,
current_temperature,
current_humidity,
temperature_heat_state,
temperature_heat_command,
temperature_cool_state,
temperature_cool_command,
humidify_state,
humidify_command,
dehumidify_state,
dehumidify_command,
mode_state,
mode_basic_state,
mode_command,
fan_mode_state,
fan_mode_command,
hold_state,
hold_command,
}
}