【新增】 IOT 设备管理

This commit is contained in:
安浩浩
2024-09-21 09:15:27 +08:00
parent 85c0da5aec
commit b69a784e86
9 changed files with 477 additions and 7 deletions

View File

@ -234,5 +234,6 @@ export enum DICT_TYPE {
IOT_PRODUCT_STATUS = 'iot_product_status', // IOT 产品状态
IOT_PRODUCT_DEVICE_TYPE = 'iot_product_device_type', // IOT 产品设备类型
IOT_DATA_FORMAT = 'iot_data_format', // IOT 数据格式
IOT_PROTOCOL_TYPE = 'iot_protocol_type' // IOT 接入网关协议
IOT_PROTOCOL_TYPE = 'iot_protocol_type', // IOT 接入网关协议
IOT_DEVICE_STATUS = 'iot_device_status' // IOT 设备状态
}