mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-09 01:40:59 +03:00
8 lines
101 B
C++
8 lines
101 B
C++
#pragma once
|
|
|
|
struct AsyncMqttClientMessageProperties {
|
|
uint8_t qos;
|
|
bool dup;
|
|
bool retain;
|
|
};
|