产品

飞企网关主机

产品编解码协议

选择官方标准协议

产品物模型定义

  • 物模型TSL
{
  "events": [],
  "properties": [
    {
      "id": "device_qty",
      "name": "设备数量",
      "valueType": {
        "type": "int"
      },
      "expands": {
        "readOnly": "true",
        "source": "device"
      }
    },
    {
      "id": "deviceids",
      "name": "设备号",
      "valueType": {
        "type": "array",
        "elementType": {
          "type": "int"
        }
      },
      "expands": {
        "readOnly": "true",
        "source": "device"
      }
    }
  ],
  "functions": [],
  "tags": [
    {
      "id": "geoPoint",
      "name": "地理位置",
      "valueType": {
        "type": "geoPoint"
      },
      "expands": {
        "readOnly": "false"
      }
    }
  ]
}

产品网关协议

不使用网关协议进行终端对接

流文件

参考产品开发示例

文档更新时间: 2023-06-12 11:11   作者:管理员