hsy
6 天以前 bb0b80bd7ca7c1f979ab0125ae01f3faa1d14f4b
yudao-module-iot/yudao-module-iot-biz/src/main/java/cn/iocoder/yudao/module/iot/service/thingmodel/IotThingModelService.java
@@ -14,7 +14,7 @@
/**
 * IoT 产品物模型 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface IotThingModelService {
@@ -108,4 +108,13 @@
     */
    void validateThingModelListExists(Long productId, Set<String> identifiers);
}
    /**
     * 按物模型属性的数据类型转换设备上报值
     *
     * @param thingModel 物模型
     * @param value 设备上报值
     * @return 转换后的值;无法转换时返回 null
     */
    Object convertThingModelPropertyValue(IotThingModelDO thingModel, Object value);
}