通用物联网网关
Go to file
zhuangtianxiang 662d34da11 feat(device): 新增设备下发命令功能
- 在 DeviceController 中添加 send 方法处理设备命令下发请求- 在 DeviceService 接口中定义 send 方法签名
- 实现 DeviceServiceImpl 中的 send 方法逻辑
- 更新 Param 类中的 Type 枚举,使用字符串值代替整数值- 修正 Serve 类中的 inputs 和 outputs 类型,从 ParamDto改为 Param
- 更新 ServeMapper.xml 中的 SQL 查询,适应新的 Param 类型和枚举值
2025-03-03 12:39:54 +08:00
.mvn/wrapper first update 2024-11-01 17:19:12 +08:00
src feat(device): 新增设备下发命令功能 2025-03-03 12:39:54 +08:00
storage feat(framework): 添加数据权限注解并优化相关功能 2025-01-21 18:19:53 +08:00
.gitattributes first update 2024-11-01 17:19:12 +08:00
.gitignore update gitignore 2024-11-01 17:18:02 +08:00
compose.yaml first update 2024-11-01 17:19:12 +08:00
LICENSE Initial commit 2024-10-23 10:13:18 +08:00
mvnw first update 2024-11-01 17:19:12 +08:00
mvnw.cmd first update 2024-11-01 17:19:12 +08:00
pom.xml feat(iot): 重构 MQTT消息处理逻辑 2025-03-01 12:54:21 +08:00
README.md Initial commit 2024-10-23 10:13:18 +08:00

iot-gateway

通用物联网网关