feat:【IoT 物联网】优化设备定位的部门实现

This commit is contained in:
YunaiV
2025-07-05 10:19:27 +08:00
parent 79c08fc933
commit d5a28caa8e
13 changed files with 6219 additions and 7263 deletions

View File

@@ -28,9 +28,9 @@ export enum DeviceTypeEnum {
}
// IOT 产品定位类型枚举类 0: 手动定位, 1: IP 定位, 2: 定位模块定位
export enum LocationTypeEnum {
MANUAL = 0, // 手动定位
IP = 1, // IP 定位
MODULE = 2 // 定位模块定位
MODULE = 2, // 设备定位
MANUAL = 3 // 手动定位
}
// IOT 数据格式(编解码器类型)枚举类
export enum CodecTypeEnum {