mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 17:49:08 +03:00
8 lines
101 B
C++
8 lines
101 B
C++
#pragma once
|
|
|
|
struct AsyncMqttClientMessageProperties {
|
|
uint8_t qos;
|
|
bool dup;
|
|
bool retain;
|
|
};
|