【代码新增】IoT:增加规则引擎的 IotRuleSceneDO 场景联动的实体

This commit is contained in:
YunaiV
2025-02-01 20:35:41 +08:00
parent f46a2fb011
commit 06749a18fc
2 changed files with 237 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ public enum IotDeviceMessageIdentifierEnum {
CONFIG_GET("get"), // 上行 TODO 芋艿:【讨论】暂时没有上行的场景
CONFIG_SET("set"), // 下行
SERVICE_INVOKE("${identifier}"), // 下行
SERVICE_REPLY_SUFFIX("_reply"); // 芋艿TODO 芋艿:【讨论】上行 or 下行
/**