Commit 164253f0 authored by chen.weican's avatar chen.weican

【修改内容】添加Z3设备的物模型

【提交人】陈伟灿
parent 6d145874
...@@ -172,14 +172,8 @@ ...@@ -172,14 +172,8 @@
"identifier": "week", "identifier": "week",
"name": "重复的周期", "name": "重复的周期",
"dataType": { "dataType": {
"type": "array", "type": "text",
"specs": { "specs": {}
"size": "7",
"item": {
"type": "int",
"specs": [1, 2, 3, 4, 5, 6, 7]
}
}
} }
}] }]
} }
...@@ -492,6 +486,47 @@ ...@@ -492,6 +486,47 @@
} }
} }
}] }]
},
"item4": {
"name": "调用服务",
"type": "struct",
"specs": [{
"identifier": "type",
"name": "动作类型 action/thing/invokeService",
"dataType": {
"type": "text",
"specs": {
"length": "255"
}
}
}, {
"identifier": "deviceCode",
"name": "设备唯一标识",
"dataType": {
"type": "text",
"specs": {
"length": "255"
}
}
}, {
"identifier": "identifier",
"name": "服务唯一标识",
"dataType": {
"type": "text",
"specs": {
"length": "255"
}
}
}, {
"identifier": "args",
"name": "参数",
"dataType": {
"type": "struct",
"specs": {
"desc": "服务调用的传参"
}
}
}]
} }
} }
} }
...@@ -726,5 +761,33 @@ ...@@ -726,5 +761,33 @@
} }
}], }],
"outputData": [] "outputData": []
}, {
"identifier": "enableScene",
"name": "enableScene",
"required": true,
"callType": "async",
"desc": "enable场景",
"method": "thing.service.executeScene",
"inputData": [{
"identifier": "sceneId",
"name": "场景id",
"dataType": {
"type": "text",
"specs": {
"length": "255"
}
}
}, {
"identifier": "enable",
"name": "启用",
"dataType": {
"type": "bool",
"specs": {
"0": "关闭",
"1": "启用"
}
}
}],
"outputData": []
}] }]
} }
\ No newline at end of file
...@@ -172,14 +172,8 @@ ...@@ -172,14 +172,8 @@
"identifier": "week", "identifier": "week",
"name": "重复的周期", "name": "重复的周期",
"dataType": { "dataType": {
"type": "array", "type": "text",
"specs": { "specs": {}
"size": "7",
"item": {
"type": "int",
"specs": [1, 2, 3, 4, 5, 6, 7]
}
}
} }
}] }]
} }
...@@ -492,6 +486,47 @@ ...@@ -492,6 +486,47 @@
} }
} }
}] }]
},
"item4": {
"name": "调用服务",
"type": "struct",
"specs": [{
"identifier": "type",
"name": "动作类型 action/thing/invokeService",
"dataType": {
"type": "text",
"specs": {
"length": "255"
}
}
}, {
"identifier": "deviceCode",
"name": "设备唯一标识",
"dataType": {
"type": "text",
"specs": {
"length": "255"
}
}
}, {
"identifier": "identifier",
"name": "服务唯一标识",
"dataType": {
"type": "text",
"specs": {
"length": "255"
}
}
}, {
"identifier": "args",
"name": "参数",
"dataType": {
"type": "struct",
"specs": {
"desc": "服务调用的传参"
}
}
}]
} }
} }
} }
...@@ -726,5 +761,33 @@ ...@@ -726,5 +761,33 @@
} }
}], }],
"outputData": [] "outputData": []
}, {
"identifier": "enableScene",
"name": "enableScene",
"required": true,
"callType": "async",
"desc": "enable场景",
"method": "thing.service.executeScene",
"inputData": [{
"identifier": "sceneId",
"name": "场景id",
"dataType": {
"type": "text",
"specs": {
"length": "255"
}
}
}, {
"identifier": "enable",
"name": "启用",
"dataType": {
"type": "bool",
"specs": {
"0": "关闭",
"1": "启用"
}
}
}],
"outputData": []
}] }]
} }
\ No newline at end of file
...@@ -878,13 +878,13 @@ ...@@ -878,13 +878,13 @@
"required": true, "required": true,
"method": "thing.event.DownloadLibCodeNotify.post", "method": "thing.event.DownloadLibCodeNotify.post",
"outputData": [{ "outputData": [{
"identifier": "CodeLibId", "identifier": "Process",
"name": "红外码库id", "name": "码库下载进度",
"dataType": { "dataType": {
"type": "int", "type": "int",
"specs": { "specs": {
"min": "0", "min": "0",
"max": "1000" "max": "100"
} }
} }
}] }]
......
...@@ -109,6 +109,21 @@ ...@@ -109,6 +109,21 @@
"step": "0.01" "step": "0.01"
} }
} }
}, {
"identifier": "Illuminance",
"name": "仅用于光照作为场景触发条件",
"accessMode": "r",
"required": true,
"dataType": {
"type": "enum",
"specs": {
"1": "黑夜[0~10]",
"2": "暗淡(10,100]",
"3": "正常(100,500]",
"4": "明亮(>500)"
}
}
}], }],
"events": [{ "events": [{
"outputData": [{ "outputData": [{
......
{
"schema": "https://iot-ap.ikonke.com/model/product_1028.json",
"productType": "controller",
"profile": {
"heartbeat": "3000",
"productCode": "1028",
"productName": "断水面板(电磁水阀控制器)"
},
"services": [
{
"identifier": "set",
"name": "set",
"required": true,
"callType": "async",
"desc": "属性设置",
"method": "thing.service.property.set",
"inputData": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"dataType": {
"type": "bool",
"specs": {
"0": "关闭",
"1": "开启"
}
}
}
],
"outputData": []
},
{
"identifier": "get",
"name": "get",
"required": true,
"callType": "async",
"desc": "属性获取",
"method": "thing.service.property.get",
"inputData": [],
"outputData": []
}
],
"properties": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"accessMode": "w",
"required": true,
"dataType": {
"type": "bool",
"specs": {
"0": "关闭",
"1": "开启"
}
}
}
],
"events": [
{
"identifier": "post",
"name": "post",
"type": "info",
"required": true,
"desc": "属性上报",
"method": "thing.event.property.post",
"outputData": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"dataType": {
"type": "bool",
"specs": {
"0": "关闭",
"1": "开启"
}
}
}
]
}
]
}
\ No newline at end of file
{
"schema": "https://iot-ap.ikonke.com/model/product_1029.json",
"productType": "controller",
"profile": {
"heartbeat": "3000",
"productCode": "1029",
"productName": "燃气机械臂控制器"
},
"services": [
{
"identifier": "set",
"name": "set",
"required": true,
"callType": "async",
"desc": "属性设置",
"method": "thing.service.property.set",
"inputData": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"dataType": {
"type": "bool",
"specs": {
"0": "关闭"
}
}
}
],
"outputData": []
},
{
"identifier": "get",
"name": "get",
"required": true,
"callType": "async",
"desc": "属性获取",
"method": "thing.service.property.get",
"inputData": [],
"outputData": []
}
],
"properties": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"accessMode": "w",
"required": true,
"dataType": {
"type": "bool",
"specs": {
"0": "关闭"
}
}
}
],
"events": [
{
"identifier": "post",
"name": "post",
"type": "info",
"required": true,
"desc": "属性上报",
"method": "thing.event.property.post",
"outputData": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"dataType": {
"type": "bool",
"specs": {
"0": "关闭"
}
}
}
]
}
]
}
\ No newline at end of file
...@@ -607,6 +607,13 @@ ...@@ -607,6 +607,13 @@
"required": true, "required": true,
"method": "thing.event.UnlockedAlarm.post", "method": "thing.event.UnlockedAlarm.post",
"outputData": [] "outputData": []
},{
"identifier": "MultipleOpenLockFailedAlarm",
"name": "多次开锁失败",
"type": "alert",
"required": true,
"method": "thing.event.MultipleOpenLockFailedAlarm.post",
"outputData": []
}, { }, {
"identifier": "HijackingAlarm", "identifier": "HijackingAlarm",
"name": "劫持报警", "name": "劫持报警",
......
...@@ -6,103 +6,84 @@ ...@@ -6,103 +6,84 @@
"productCode": "1035", "productCode": "1035",
"productName": "kit silicon labs 人体感应" "productName": "kit silicon labs 人体感应"
}, },
"services": [{ "services": [
"outputData": [{ {
"identifier": "MotionAlarmState", "outputData": [
"name": "红外检测状态", {
"dataType": { "identifier": "MotionAlarmState",
"type": "enum", "name": "红外检测状态",
"specs": { "dataType": {
"0": "无人", "type": "enum",
"1": "有人" "specs": {
"0": "无人",
"1": "有人"
}
}
},
{
"identifier": "Battery",
"name": "电池电量",
"dataType": {
"type": "double",
"specs": {
"min": "0",
"max": "100",
"unit": "%",
"unitName": "百分比",
"step": "0.01"
}
}
},
{
"identifier": "DismantleState",
"name": "拆卸状态",
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
} }
} ],
}, { "identifier": "get",
"identifier": "Battery", "inputData": [
"name": "电池电量", "MotionAlarmState",
"dataType": { "Battery",
"type": "double", "DismantleState"
"specs": { ],
"min": "0", "method": "thing.service.property.get",
"max": "100", "name": "get",
"unit": "%", "required": true,
"unitName": "百分比", "callType": "async",
"step": "0.01" "desc": "属性获取"
}
}
}, {
"identifier": "DismantleState",
"name": "拆卸状态",
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
}],
"identifier": "get",
"inputData": ["MotionAlarmState", "Battery", "DismantleState"],
"method": "thing.service.property.get",
"name": "get",
"required": true,
"callType": "async",
"desc": "属性获取"
}],
"properties": [{
"identifier": "MotionAlarmState",
"name": "红外检测状态",
"accessMode": "r",
"required": true,
"dataType": {
"type": "enum",
"specs": {
"0": "无人",
"1": "有人"
}
}
}, {
"identifier": "Battery",
"name": "电池电量",
"accessMode": "r",
"required": false,
"dataType": {
"type": "double",
"specs": {
"min": "0",
"max": "100",
"unit": "%",
"unitName": "百分比",
"step": "0.01"
}
} }
}, { ],
"identifier": "DismantleState", "properties": [
"name": "拆卸状态", {
"accessMode": "r",
"required": false,
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
}],
"events": [{
"outputData": [{
"identifier": "MotionAlarmState", "identifier": "MotionAlarmState",
"name": "红外检测状态", "name": "红外检测状态(2~7仅用于场景)",
"accessMode": "r",
"required": true,
"dataType": { "dataType": {
"type": "enum", "type": "enum",
"specs": { "specs": {
"0": "无人", "0": "不触发",
"1": "有人" "1": "触发",
"2": "智能有人",
"3": "智能无人_2分钟",
"4": "智能无人_5分钟",
"5": "智能无人_10分钟",
"6": "智能无人_15分钟",
"7": "智能无人_30分钟"
} }
} }
}, { },
{
"identifier": "Battery", "identifier": "Battery",
"name": "电池电量", "name": "电池电量",
"accessMode": "r",
"required": false,
"dataType": { "dataType": {
"type": "double", "type": "double",
"specs": { "specs": {
...@@ -113,9 +94,12 @@ ...@@ -113,9 +94,12 @@
"step": "0.01" "step": "0.01"
} }
} }
}, { },
{
"identifier": "DismantleState", "identifier": "DismantleState",
"name": "拆卸状态", "name": "拆卸状态",
"accessMode": "r",
"required": false,
"dataType": { "dataType": {
"type": "enum", "type": "enum",
"specs": { "specs": {
...@@ -123,68 +107,119 @@ ...@@ -123,68 +107,119 @@
"1": "被拆卸" "1": "被拆卸"
} }
} }
}], }
"identifier": "property", ],
"method": "thing.event.property.post", "events": [
"name": "property", {
"type": "info", "outputData": [
"required": true, {
"desc": "属性上报" "identifier": "MotionAlarmState",
}, { "name": "红外检测状态",
"outputData": [{ "dataType": {
"identifier": "MotionAlarmState", "type": "enum",
"name": "红外检测状态", "specs": {
"dataType": { "0": "无人",
"type": "enum", "1": "有人"
"specs": { }
"0": "无人", }
"1": "有人" },
{
"identifier": "Battery",
"name": "电池电量",
"dataType": {
"type": "double",
"specs": {
"min": "0",
"max": "100",
"unit": "%",
"unitName": "百分比",
"step": "0.01"
}
}
},
{
"identifier": "DismantleState",
"name": "拆卸状态",
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
} }
} ],
}], "identifier": "property",
"identifier": "motionAlarm", "method": "thing.event.property.post",
"method": "thing.event.motionAlarm.post", "name": "property",
"name": "motionAlarm", "type": "info",
"type": "alarm", "required": true,
"required": true, "desc": "属性上报"
"desc": "红外检测告警" },
}, { {
"outputData": [{ "outputData": [
"identifier": "Battery", {
"name": "电池电量", "identifier": "MotionAlarmState",
"dataType": { "name": "红外检测状态",
"type": "double", "dataType": {
"specs": { "type": "enum",
"min": "0", "specs": {
"max": "100", "0": "无人",
"unit": "%", "1": "有人"
"unitName": "百分比", }
"step": "0.01" }
} }
} ],
}], "identifier": "motionAlarm",
"identifier": "BatteryAlarm", "method": "thing.event.motionAlarm.post",
"method": "thing.event.BatteryAlarm.post", "name": "motionAlarm",
"name": "BatteryAlarm", "type": "alarm",
"type": "alarm", "required": true,
"required": true, "desc": "红外检测告警"
"desc": "低电量告警" },
}, { {
"identifier": "TamperAlarm", "outputData": [
"name": "防撬报警", {
"type": "alert", "identifier": "Battery",
"required": true, "name": "电池电量",
"method": "thing.event.TamperAlarm.post", "dataType": {
"outputData": [{ "type": "double",
"identifier": "DismantleState", "specs": {
"name": "拆卸状态", "min": "0",
"dataType": { "max": "100",
"type": "enum", "unit": "%",
"specs": { "unitName": "百分比",
"0": "正常", "step": "0.01"
"1": "被拆卸" }
}
} }
} ],
}] "identifier": "BatteryAlarm",
}] "method": "thing.event.BatteryAlarm.post",
"name": "BatteryAlarm",
"type": "alarm",
"required": true,
"desc": "低电量告警"
},
{
"identifier": "TamperAlarm",
"name": "防撬报警",
"type": "alert",
"required": true,
"method": "thing.event.TamperAlarm.post",
"outputData": [
{
"identifier": "DismantleState",
"name": "拆卸状态",
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
}
]
}
]
} }
\ No newline at end of file
This diff is collapsed.
...@@ -878,13 +878,13 @@ ...@@ -878,13 +878,13 @@
"required": true, "required": true,
"method": "thing.event.DownloadLibCodeNotify.post", "method": "thing.event.DownloadLibCodeNotify.post",
"outputData": [{ "outputData": [{
"identifier": "CodeLibId", "identifier": "Process",
"name": "红外码库id", "name": "码库下载进度",
"dataType": { "dataType": {
"type": "int", "type": "int",
"specs": { "specs": {
"min": "0", "min": "0",
"max": "1000" "max": "100"
} }
} }
}] }]
......
...@@ -878,13 +878,13 @@ ...@@ -878,13 +878,13 @@
"required": true, "required": true,
"method": "thing.event.DownloadLibCodeNotify.post", "method": "thing.event.DownloadLibCodeNotify.post",
"outputData": [{ "outputData": [{
"identifier": "CodeLibId", "identifier": "Process",
"name": "红外码库id", "name": "码库下载进度",
"dataType": { "dataType": {
"type": "int", "type": "int",
"specs": { "specs": {
"min": "0", "min": "0",
"max": "1000" "max": "100"
} }
} }
}] }]
......
...@@ -608,6 +608,13 @@ ...@@ -608,6 +608,13 @@
"method": "thing.event.UnlockedAlarm.post", "method": "thing.event.UnlockedAlarm.post",
"outputData": [] "outputData": []
}, { }, {
"identifier": "MultipleOpenLockFailedAlarm",
"name": "多次开锁失败",
"type": "alert",
"required": true,
"method": "thing.event.MultipleOpenLockFailedAlarm.post",
"outputData": []
},{
"identifier": "HijackingAlarm", "identifier": "HijackingAlarm",
"name": "劫持报警", "name": "劫持报警",
"type": "alert", "type": "alert",
......
This diff is collapsed.
This diff is collapsed.
...@@ -878,13 +878,13 @@ ...@@ -878,13 +878,13 @@
"required": true, "required": true,
"method": "thing.event.DownloadLibCodeNotify.post", "method": "thing.event.DownloadLibCodeNotify.post",
"outputData": [{ "outputData": [{
"identifier": "CodeLibId", "identifier": "Process",
"name": "红外码库id", "name": "码库下载进度",
"dataType": { "dataType": {
"type": "int", "type": "int",
"specs": { "specs": {
"min": "0", "min": "0",
"max": "1000" "max": "100"
} }
} }
}] }]
......
...@@ -6,93 +6,65 @@ ...@@ -6,93 +6,65 @@
"productCode": "26", "productCode": "26",
"productName": "k人体传感器" "productName": "k人体传感器"
}, },
"services": [{ "services": [
"outputData": [{ {
"identifier": "MotionAlarmState", "outputData": [
"name": "红外检测状态", {
"dataType": { "identifier": "MotionAlarmState",
"type": "enum", "name": "红外检测状态",
"specs": { "dataType": {
"0": "无人", "type": "enum",
"1": "有人" "specs": {
} "0": "无人",
} "1": "有人"
}, { }
"identifier": "Battery", }
"name": "电池电量", },
"dataType": { {
"type": "double", "identifier": "Battery",
"specs": { "name": "电池电量",
"min": "0", "dataType": {
"max": "100", "type": "double",
"unit": "%", "specs": {
"unitName": "百分比", "min": "0",
"step": "0.01" "max": "100",
} "unit": "%",
} "unitName": "百分比",
}, { "step": "0.01"
"identifier": "DismantleState", }
"name": "拆卸状态", }
"dataType": { },
"type": "enum", {
"specs": { "identifier": "DismantleState",
"0": "正常", "name": "拆卸状态",
"1": "被拆卸" "dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
} }
} ],
}], "identifier": "get",
"identifier": "get", "inputData": [
"inputData": ["MotionAlarmState", "Battery", "DismantleState"], "MotionAlarmState",
"method": "thing.service.property.get", "Battery",
"name": "get", "DismantleState"
"required": true, ],
"callType": "async", "method": "thing.service.property.get",
"desc": "属性获取" "name": "get",
}], "required": true,
"properties": [{ "callType": "async",
"identifier": "MotionAlarmState", "desc": "属性获取"
"name": "红外检测状态",
"accessMode": "r",
"required": true,
"dataType": {
"type": "enum",
"specs": {
"0": "无人",
"1": "有人"
}
}
}, {
"identifier": "Battery",
"name": "电池电量",
"accessMode": "r",
"required": false,
"dataType": {
"type": "double",
"specs": {
"min": "0",
"max": "100",
"unit": "%",
"unitName": "百分比",
"step": "0.01"
}
} }
}, { ],
"identifier": "DismantleState", "properties": [
"name": "拆卸状态", {
"accessMode": "r",
"required": false,
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
}],
"events": [{
"outputData": [{
"identifier": "MotionAlarmState", "identifier": "MotionAlarmState",
"name": "红外检测状态", "name": "红外检测状态",
"accessMode": "r",
"required": true,
"dataType": { "dataType": {
"type": "enum", "type": "enum",
"specs": { "specs": {
...@@ -100,9 +72,12 @@ ...@@ -100,9 +72,12 @@
"1": "有人" "1": "有人"
} }
} }
}, { },
{
"identifier": "Battery", "identifier": "Battery",
"name": "电池电量", "name": "电池电量",
"accessMode": "r",
"required": false,
"dataType": { "dataType": {
"type": "double", "type": "double",
"specs": { "specs": {
...@@ -113,9 +88,12 @@ ...@@ -113,9 +88,12 @@
"step": "0.01" "step": "0.01"
} }
} }
}, { },
{
"identifier": "DismantleState", "identifier": "DismantleState",
"name": "拆卸状态", "name": "拆卸状态",
"accessMode": "r",
"required": false,
"dataType": { "dataType": {
"type": "enum", "type": "enum",
"specs": { "specs": {
...@@ -123,68 +101,119 @@ ...@@ -123,68 +101,119 @@
"1": "被拆卸" "1": "被拆卸"
} }
} }
}], }
"identifier": "property", ],
"method": "thing.event.property.post", "events": [
"name": "property", {
"type": "info", "outputData": [
"required": true, {
"desc": "属性上报" "identifier": "MotionAlarmState",
}, { "name": "红外检测状态",
"outputData": [{ "dataType": {
"identifier": "MotionAlarmState", "type": "enum",
"name": "红外检测状态", "specs": {
"dataType": { "0": "无人",
"type": "enum", "1": "有人"
"specs": { }
"0": "无人", }
"1": "有人" },
{
"identifier": "Battery",
"name": "电池电量",
"dataType": {
"type": "double",
"specs": {
"min": "0",
"max": "100",
"unit": "%",
"unitName": "百分比",
"step": "0.01"
}
}
},
{
"identifier": "DismantleState",
"name": "拆卸状态",
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
} }
} ],
}], "identifier": "property",
"identifier": "motionAlarm", "method": "thing.event.property.post",
"method": "thing.event.motionAlarm.post", "name": "property",
"name": "motionAlarm", "type": "info",
"type": "alarm", "required": true,
"required": true, "desc": "属性上报"
"desc": "红外检测告警" },
}, { {
"outputData": [{ "outputData": [
"identifier": "Battery", {
"name": "电池电量", "identifier": "MotionAlarmState",
"dataType": { "name": "红外检测状态",
"type": "double", "dataType": {
"specs": { "type": "enum",
"min": "0", "specs": {
"max": "100", "0": "无人",
"unit": "%", "1": "有人"
"unitName": "百分比", }
"step": "0.01" }
} }
} ],
}], "identifier": "motionAlarm",
"identifier": "BatteryAlarm", "method": "thing.event.motionAlarm.post",
"method": "thing.event.BatteryAlarm.post", "name": "motionAlarm",
"name": "BatteryAlarm", "type": "alarm",
"type": "alarm", "required": true,
"required": true, "desc": "红外检测告警"
"desc": "低电量告警" },
}, { {
"identifier": "TamperAlarm", "outputData": [
"name": "防撬报警", {
"type": "alert", "identifier": "Battery",
"required": true, "name": "电池电量",
"method": "thing.event.TamperAlarm.post", "dataType": {
"outputData": [{ "type": "double",
"identifier": "DismantleState", "specs": {
"name": "拆卸状态", "min": "0",
"dataType": { "max": "100",
"type": "enum", "unit": "%",
"specs": { "unitName": "百分比",
"0": "正常", "step": "0.01"
"1": "被拆卸" }
}
} }
} ],
}] "identifier": "BatteryAlarm",
}] "method": "thing.event.BatteryAlarm.post",
"name": "BatteryAlarm",
"type": "alarm",
"required": true,
"desc": "低电量告警"
},
{
"identifier": "TamperAlarm",
"name": "防撬报警",
"type": "alert",
"required": true,
"method": "thing.event.TamperAlarm.post",
"outputData": [
{
"identifier": "DismantleState",
"name": "拆卸状态",
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
}
]
}
]
} }
\ No newline at end of file
{
"schema":"https://iot-ap.ikonke.com/model/product_3001.json",
"productType":"switch",
"version": "1.0",
"profile":{
"heartbeat":"300",
"productCode":"3001",
"productName":"星辰系列.零火线单路灯控面板Z3S"
},
"services":[
{
"outputData":[
],
"identifier":"set",
"inputData":[
{
"identifier":"PowerSwitch",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"method":"thing.service.property.set",
"name":"set",
"required":true,
"callType":"async",
"desc":"属性设置"
},
{
"outputData":[
{
"identifier":"PowerSwitch",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier":"get",
"inputData":[
"PowerSwitch",
"NoDisturbMode"
],
"method":"thing.service.property.get",
"name":"get",
"required":true,
"callType":"async",
"desc":"属性获取"
},
{
"outputData":[
],
"identifier":"negativeProperty",
"inputData":[
"PowerSwitch"
],
"method":"thing.service.negativeProperty",
"name":"negativeProperty",
"required":true,
"callType":"async",
"desc":"属性值取反"
}
],
"properties":[
{
"identifier":"PowerSwitch",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关",
"accessMode":"rw",
"required":true
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关",
"accessMode":"rw",
"required":true
}
],
"events":[
{
"outputData":[
{
"identifier":"PowerSwitch",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier":"property",
"method":"thing.event.property.post",
"name":"property",
"type":"info",
"required":true,
"desc":"属性上报"
}
]
}
\ No newline at end of file
{
"schema":"https://iot-ap.ikonke.com/model/product_3002.json",
"productType":"switch",
"version": "1.0",
"profile":{
"heartbeat":"300",
"productCode":"3002",
"productName":"星辰系列.零火线双路灯控面板Z3S"
},
"services":[
{
"outputData":[
],
"identifier":"set",
"inputData":[
{
"identifier":"PowerSwitch_1",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"PowerSwitch_2",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"method":"thing.service.property.set",
"name":"set",
"required":true,
"callType":"async",
"desc":"属性设置"
},
{
"outputData":[
{
"identifier":"PowerSwitch_1",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"PowerSwitch_2",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier":"get",
"inputData":[
"PowerSwitch_1",
"PowerSwitch_2",
"NoDisturbMode"
],
"method":"thing.service.property.get",
"name":"get",
"required":true,
"callType":"async",
"desc":"属性获取"
},
{
"outputData":[
],
"identifier":"negativeProperty",
"inputData":[
"PowerSwitch_1",
"PowerSwitch_2"
],
"method":"thing.service.negativeProperty",
"name":"negativeProperty",
"required":true,
"callType":"async",
"desc":"属性值取反"
}
],
"properties":[
{
"identifier":"PowerSwitch_1",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关",
"accessMode":"rw",
"required":true
},
{
"identifier":"PowerSwitch_2",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关",
"accessMode":"rw",
"required":true
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关",
"accessMode":"rw",
"required":true
}
],
"events":[
{
"outputData":[
{
"identifier":"PowerSwitch_1",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"PowerSwitch_2",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier":"property",
"method":"thing.event.property.post",
"name":"property",
"type":"info",
"required":true,
"desc":"属性上报"
}
]
}
\ No newline at end of file
{
"schema":"https://iot-ap.ikonke.com/model/product_3003.json",
"productType":"switch",
"version": "1.0",
"profile":{
"heartbeat":"300",
"productCode":"3003",
"productName":"星辰系列.零火线三路灯控面板Z3S"
},
"services":[
{
"outputData":[
],
"identifier":"set",
"inputData":[
{
"identifier":"PowerSwitch_1",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"PowerSwitch_2",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"PowerSwitch_3",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"method":"thing.service.property.set",
"name":"set",
"required":true,
"callType":"async",
"desc":"属性设置"
},
{
"outputData":[
{
"identifier":"PowerSwitch_1",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"PowerSwitch_2",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"PowerSwitch_3",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier":"get",
"inputData":[
"PowerSwitch_1",
"PowerSwitch_2",
"PowerSwitch_3",
"NoDisturbMode"
],
"method":"thing.service.property.get",
"name":"get",
"required":true,
"callType":"async",
"desc":"属性获取"
},
{
"outputData":[
],
"identifier":"negativeProperty",
"inputData":[
"PowerSwitch_1",
"PowerSwitch_2",
"PowerSwitch_3"
],
"method":"thing.service.negativeProperty",
"name":"negativeProperty",
"required":true,
"callType":"async",
"desc":"属性值取反"
}
],
"properties":[
{
"identifier":"PowerSwitch_1",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关",
"accessMode":"rw",
"required":true
},
{
"identifier":"PowerSwitch_2",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关",
"accessMode":"rw",
"required":true
},
{
"identifier":"PowerSwitch_3",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关",
"accessMode":"rw",
"required":true
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关",
"accessMode":"rw",
"required":true
}
],
"events":[
{
"outputData":[
{
"identifier":"PowerSwitch_1",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"PowerSwitch_2",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"PowerSwitch_3",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier":"property",
"method":"thing.event.property.post",
"name":"property",
"type":"info",
"required":true,
"desc":"属性上报"
}
]
}
\ No newline at end of file
{
"schema": "https://iot-ap.ikonke.com/model/product_3004.json",
"productType": "scene",
"version": "1.0",
"profile": {
"heartbeat": "300",
"productCode": "3004",
"productName": "星辰系列.零火线情景面板Z3S"
},
"services": [
{
"outputData": [],
"identifier": "set",
"inputData": [
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.property.set",
"name": "set",
"required": true,
"callType": "async",
"desc": "属性设置"
},
{
"outputData": [
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier": "get",
"inputData": ["NoDisturbMode"],
"method": "thing.service.property.get",
"name": "get",
"required": true,
"callType": "async",
"desc": "属性获取"
}
],
"properties": [
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关",
"accessMode":"rw",
"required":true
}
],
"events": [
{
"outputData": [
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier": "property",
"method": "thing.event.property.post",
"name": "property",
"type": "info",
"required": true,
"desc": "属性上报"
},
{
"outputData": [
{
"identifier": "SceneNum",
"dataType": {
"specs": {
"1": "场景1",
"2": "场景2",
"3": "场景3",
"4": "场景4"
},
"type": "enum"
},
"name": "场景编号"
}
],
"identifier": "SceneRecall",
"method": "thing.event.SceneRecall.post",
"name": "SceneRecall",
"type": "scene",
"required": true,
"desc": "场景触发上报"
}
]
}
{
"schema": "https://iot-ap.ikonke.com/model/product_3005.json",
"productType": "curtain",
"version": "1.0",
"profile": {
"heartbeat": "300",
"productCode": "3005",
"productName": "星辰系列.零火线单路窗帘面板Z3S"
},
"services": [
{
"outputData": [],
"identifier": "set",
"inputData": [
{
"identifier": "OperationMode",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式"
},
{
"identifier": "TripTime",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.property.set",
"name": "set",
"required": true,
"callType": "async",
"desc": "属性设置"
},
{
"outputData": [
{
"identifier": "OperationMode",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式"
},
{
"identifier": "TripTime",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier": "get",
"inputData": [
"OperationMode",
"TripTime",
"NoDisturbMode"
],
"method": "thing.service.property.get",
"name": "get",
"required": true,
"callType": "async",
"desc": "属性获取"
}
],
"properties": [
{
"identifier": "OperationMode",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式",
"accessMode": "rw",
"required": true
},
{
"identifier": "TripTime",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间",
"accessMode": "rw",
"required": true
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关",
"accessMode":"rw",
"required":true
}
],
"events": [
{
"outputData": [
{
"identifier": "OperationMode",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式"
},
{
"identifier": "TripTime",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier": "property",
"method": "thing.event.property.post",
"name": "property",
"type": "info",
"required": true,
"desc": "属性上报"
}
]
}
{
"schema": "https://iot-ap.ikonke.com/model/product_3006.json",
"productType": "curtain",
"version": "1.0",
"profile": {
"heartbeat": "300",
"productCode": "3006",
"productName": "星辰系列.零火线双路窗帘面板Z3S"
},
"services": [
{
"outputData": [],
"identifier": "set",
"inputData": [
{
"identifier": "OperationMode_1",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式"
},
{
"identifier": "TripTime_1",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间"
},
{
"identifier": "OperationMode_2",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式"
},
{
"identifier": "TripTime_2",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.property.set",
"name": "set",
"required": true,
"callType": "async",
"desc": "属性设置"
},
{
"outputData": [
{
"identifier": "OperationMode_1",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式"
},
{
"identifier": "TripTime_1",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间"
},
{
"identifier": "OperationMode_2",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式"
},
{
"identifier": "TripTime_2",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier": "get",
"inputData": [
"OperationMode_1",
"TripTime_1",
"OperationMode_2",
"TripTime_2",
"NoDisturbMode"
],
"method": "thing.service.property.get",
"name": "get",
"required": true,
"callType": "async",
"desc": "属性获取"
}
],
"properties": [
{
"identifier": "OperationMode_1",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式",
"accessMode": "rw",
"required": true
},
{
"identifier": "TripTime_1",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间",
"accessMode": "rw",
"required": true
},
{
"identifier": "OperationMode_2",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式",
"accessMode": "rw",
"required": true
},
{
"identifier": "TripTime_2",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间",
"accessMode": "rw",
"required": true
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关",
"accessMode":"rw",
"required":true
}
],
"events": [
{
"outputData": [
{
"identifier": "OperationMode_1",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式"
},
{
"identifier": "TripTime_1",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间"
},
{
"identifier": "OperationMode_2",
"dataType": {
"specs": {
"0": "关闭",
"1": "开启",
"2": "暂停"
},
"type": "enum"
},
"name": "窗帘操作模式"
},
{
"identifier": "TripTime_2",
"dataType": {
"type": "int",
"specs": {
"min": "30",
"max": "240",
"unit": "s",
"unitName": "秒",
"step": "1"
}
},
"name": "行程时间"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier": "property",
"method": "thing.event.property.post",
"name": "property",
"type": "info",
"required": true,
"desc": "属性上报"
}
]
}
{
"schema":"https://iot-ap.ikonke.com/model/product_3009.json",
"productType":"switch",
"version": "1.0",
"profile":{
"heartbeat":"300",
"productCode":"3009",
"productName":"铂金系列.零火线单路灯控面板Z3S"
},
"services":[
{
"outputData":[
],
"identifier":"set",
"inputData":[
{
"identifier":"PowerSwitch",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"method":"thing.service.property.set",
"name":"set",
"required":true,
"callType":"async",
"desc":"属性设置"
},
{
"outputData":[
{
"identifier":"PowerSwitch",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier":"get",
"inputData":[
"PowerSwitch",
"NoDisturbMode"
],
"method":"thing.service.property.get",
"name":"get",
"required":true,
"callType":"async",
"desc":"属性获取"
},
{
"outputData":[
],
"identifier":"negativeProperty",
"inputData":[
"PowerSwitch"
],
"method":"thing.service.negativeProperty",
"name":"negativeProperty",
"required":true,
"callType":"async",
"desc":"属性值取反"
}
],
"properties":[
{
"identifier":"PowerSwitch",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关",
"accessMode":"rw",
"required":true
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关",
"accessMode":"rw",
"required":true
}
],
"events":[
{
"outputData":[
{
"identifier":"PowerSwitch",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"电源开关"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier":"property",
"method":"thing.event.property.post",
"name":"property",
"type":"info",
"required":true,
"desc":"属性上报"
}
]
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -878,13 +878,13 @@ ...@@ -878,13 +878,13 @@
"required": true, "required": true,
"method": "thing.event.DownloadLibCodeNotify.post", "method": "thing.event.DownloadLibCodeNotify.post",
"outputData": [{ "outputData": [{
"identifier": "CodeLibId", "identifier": "Process",
"name": "红外码库id", "name": "码库下载进度",
"dataType": { "dataType": {
"type": "int", "type": "int",
"specs": { "specs": {
"min": "0", "min": "0",
"max": "1000" "max": "100"
} }
} }
}] }]
......
...@@ -878,13 +878,13 @@ ...@@ -878,13 +878,13 @@
"required": true, "required": true,
"method": "thing.event.DownloadLibCodeNotify.post", "method": "thing.event.DownloadLibCodeNotify.post",
"outputData": [{ "outputData": [{
"identifier": "CodeLibId", "identifier": "Process",
"name": "红外码库id", "name": "码库下载进度",
"dataType": { "dataType": {
"type": "int", "type": "int",
"specs": { "specs": {
"min": "0", "min": "0",
"max": "1000" "max": "100"
} }
} }
}] }]
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -878,13 +878,13 @@ ...@@ -878,13 +878,13 @@
"required": true, "required": true,
"method": "thing.event.DownloadLibCodeNotify.post", "method": "thing.event.DownloadLibCodeNotify.post",
"outputData": [{ "outputData": [{
"identifier": "CodeLibId", "identifier": "Process",
"name": "红外码库id", "name": "码库下载进度",
"dataType": { "dataType": {
"type": "int", "type": "int",
"specs": { "specs": {
"min": "0", "min": "0",
"max": "1000" "max": "100"
} }
} }
}] }]
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment