产品:飞企继电器(8路)
拥有8路控制的继电器
编解码协议
选择官方标准协议
基础信息
物模型
物模型定义
- 物模型TSL
{
"events": [],
"properties": [
{
"id": "port01",
"name": "端口1",
"valueType": {
"type": "boolean",
"trueText": "开启",
"trueValue": true,
"falseText": "关闭",
"falseValue": false
},
"expands": {
"readOnly": "true",
"source": "device"
}
},
{
"id": "port02",
"name": "端口2",
"valueType": {
"type": "boolean",
"trueText": "开启",
"trueValue": true,
"falseText": "关闭",
"falseValue": false
},
"expands": {
"readOnly": "true",
"source": "device"
}
},
{
"id": "port03",
"name": "端口3",
"valueType": {
"type": "boolean",
"trueText": "开启",
"trueValue": true,
"falseText": "关闭",
"falseValue": false
},
"expands": {
"readOnly": "true",
"source": "device"
}
},
{
"id": "port04",
"name": "端口4",
"valueType": {
"type": "boolean",
"trueText": "开启",
"trueValue": true,
"falseText": "关闭",
"falseValue": false
},
"expands": {
"readOnly": "true",
"source": "device"
}
},
{
"id": "port05",
"name": "端口5",
"valueType": {
"type": "boolean",
"trueText": "开启",
"trueValue": true,
"falseText": "关闭",
"falseValue": false
},
"expands": {
"readOnly": "true",
"source": "device"
}
},
{
"id": "port06",
"name": "端口6",
"valueType": {
"type": "boolean",
"trueText": "开启",
"trueValue": true,
"falseText": "关闭",
"falseValue": false
},
"expands": {
"readOnly": "true",
"source": "device"
}
},
{
"id": "port07",
"name": "端口7",
"valueType": {
"type": "boolean",
"trueText": "开启",
"trueValue": true,
"falseText": "关闭",
"falseValue": false
},
"expands": {
"readOnly": "true",
"source": "device"
}
},
{
"id": "port08",
"name": "端口8",
"valueType": {
"type": "boolean",
"trueText": "开启",
"trueValue": true,
"falseText": "关闭",
"falseValue": false
},
"expands": {
"readOnly": "true",
"source": "device"
}
}
],
"functions": [
{
"id": "on_off",
"name": "开关控制",
"async": true,
"output": {},
"inputs": [
{
"id": "control",
"name": "控制",
"valueType": {
"type": "boolean",
"trueText": "开",
"trueValue": "1",
"falseText": "关",
"falseValue": "0"
}
},
{
"id": "port",
"name": "端口",
"valueType": {
"type": "string"
}
}
]
},
{
"id": "on_off_all",
"name": "全控制",
"async": true,
"output": {},
"inputs": [
{
"id": "control",
"name": "控制",
"valueType": {
"type": "boolean",
"trueText": "全开",
"falseText": "全关",
"trueValue": "1",
"falseValue": "0"
}
}
]
}
],
"tags": [
{
"id": "geoPoint",
"name": "地理位置",
"valueType": {
"type": "geoPoint"
},
"expands": {
"readOnly": "false"
}
}
]
}
物模型-参数
属性标识 | 属性名称 | 数据类型 | 属性值来源 | 是否只读 | 说明 |
---|---|---|---|---|---|
port01 | 端口1 | boolean | 设备 | 是 | |
port02 | 端口2 | boolean | 设备 | 是 | |
port03 | 端口3 | boolean | 设备 | 是 | |
port04 | 端口4 | boolean | 设备 | 是 | |
port05 | 端口5 | boolean | 设备 | 是 | |
port06 | 端口6 | boolean | 设备 | 是 | |
port07 | 端口7 | boolean | 设备 | 是 | |
port08 | 端口8 | boolean | 设备 | 是 |
物模型-功能
- on_off 开关控制
{
port:"port01", // 端口属性
control:1 // 控制 1开 0关
}
- on_off_all 全控制
{
control:1 // 控制 1开 0关
}
物模型-事件
无
物模型-标签
无
网关协议
不使用网关协议进行终端对接
流文件
文档更新时间: 2023-06-12 11:11 作者:管理员