review:【IoT 物联网】mqtt 协议的 review

This commit is contained in:
YunaiV
2025-06-12 22:07:39 +08:00
parent d1b2fb41ae
commit 6488d5bcaa
3 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ public enum IotDeviceMessageMethodEnum implements ArrayValuable<String> {
// ========== 设备属性 ==========
// 可参考 https://help.aliyun.com/zh/iot/user-guide/device-properties-events-and-services
// TODO @haohao使用 report 哈;
PROPERTY_POST("thing.property.post", true),
PROPERTY_REPORT("thing.property.report", true),