2019-12-14 04:14:20 +00:00
|
|
|
|
namespace OmniLinkBridge.MQTT
|
|
|
|
|
{
|
|
|
|
|
public enum Topic
|
|
|
|
|
{
|
2019-12-15 05:25:55 +00:00
|
|
|
|
name,
|
2019-12-14 04:14:20 +00:00
|
|
|
|
state,
|
|
|
|
|
command,
|
2020-11-06 02:59:30 +00:00
|
|
|
|
alarm_command,
|
2019-12-14 04:14:20 +00:00
|
|
|
|
basic_state,
|
|
|
|
|
json_state,
|
|
|
|
|
brightness_state,
|
|
|
|
|
brightness_command,
|
2020-11-03 02:14:01 +00:00
|
|
|
|
scene_state,
|
|
|
|
|
scene_command,
|
2019-12-14 04:14:20 +00:00
|
|
|
|
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,
|
2021-11-05 00:34:13 +00:00
|
|
|
|
mode_basic_state,
|
2019-12-14 04:14:20 +00:00
|
|
|
|
mode_command,
|
|
|
|
|
fan_mode_state,
|
|
|
|
|
fan_mode_command,
|
|
|
|
|
hold_state,
|
2020-11-06 02:59:30 +00:00
|
|
|
|
hold_command,
|
2019-12-14 04:14:20 +00:00
|
|
|
|
}
|
|
|
|
|
}
|