Commit 3806fdc3 authored by chen.weican's avatar chen.weican

【修改内容】1,更新物模型文件

【提交人】陈伟灿
parent 3e5337a1
{
"schema":"https://iot-ap.ikonke.com/model/product_3001.json",
"productType":"switch",
"version": "1.0",
"version": "1.1",
"profile":{
"heartbeat":"300",
"productCode":"3001",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3004.json",
"productType": "scene",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "300",
"productCode": "3004",
......@@ -45,12 +45,38 @@
}
],
"identifier": "get",
"inputData": ["NoDisturbMode"],
"inputData": [
"NoDisturbMode"
],
"method": "thing.service.property.get",
"name": "get",
"required": true,
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "activeButton",
"inputData": [
{
"identifier":"buttonId",
"dataType":{
"specs":{
"1":"按键1",
"2":"按键2",
"3":"按键3",
"4":"按键4"
},
"type":"enum"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.activeButton",
"name": "activeButton",
"required": true,
"callType": "async",
"desc": "场景触发"
}
],
"properties": [
......
{
"schema":"https://iot-ap.ikonke.com/model/product_3009.json",
"schema":"https://iot-ap.ikonke.com/model/product_3010.json",
"productType":"switch",
"version": "1.0",
"profile":{
"heartbeat":"300",
"productCode":"3009",
"heartbeat":"3010",
"productName":"铂金系列.零火线双路灯控面板Z3S"
},
"services":[
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3013.json",
"productType": "scene",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "300",
"productCode": "3013",
......@@ -51,6 +51,30 @@
"required": true,
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "activeButton",
"inputData": [
{
"identifier":"buttonId",
"dataType":{
"specs":{
"1":"按键1",
"2":"按键2",
"3":"按键3",
"4":"按键4"
},
"type":"enum"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.activeButton",
"name": "activeButton",
"required": true,
"callType": "async",
"desc": "场景触发"
}
],
"properties": [
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3014.json",
"productType": "scene",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "1200",
"productCode": "3014",
......@@ -35,6 +35,30 @@
"required": true,
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "activeButton",
"inputData": [
{
"identifier":"buttonId",
"dataType":{
"specs":{
"1":"按键1",
"2":"按键2",
"3":"按键3",
"4":"按键4"
},
"type":"enum"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.activeButton",
"name": "activeButton",
"required": true,
"callType": "async",
"desc": "场景触发"
}
],
"properties": [
......@@ -124,7 +148,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -111,7 +111,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
This diff is collapsed.
{
"schema": "https://iot-ap.ikonke.com/model/product_3025.json",
"productType": "scene",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "300",
"productCode": "3025",
......@@ -51,6 +51,30 @@
"required": true,
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "activeButton",
"inputData": [
{
"identifier":"buttonId",
"dataType":{
"specs":{
"1":"按键1",
"2":"按键2",
"3":"按键3",
"4":"按键4"
},
"type":"enum"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.activeButton",
"name": "activeButton",
"required": true,
"callType": "async",
"desc": "场景触发"
}
],
"properties": [
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3029.json",
"productType": "floorHeating",
"version": "1.2",
"version": "1.3",
"profile": {
"heartbeat": "300",
"productCode": "3029",
......@@ -63,6 +63,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -89,6 +100,7 @@
"PowerSwitch",
"ChildLockState",
"WorkMode",
"TimingOffEnable",
"TimingOffTime"
],
"outputData": [
......@@ -153,6 +165,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -238,6 +261,19 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"accessMode":"rw",
"required":true,
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -321,6 +357,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......
......@@ -63,6 +63,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -89,6 +100,7 @@
"PowerSwitch",
"ChildLockState",
"WorkMode",
"TimingOffEnable",
"TimingOffTime"
],
"outputData": [
......@@ -153,6 +165,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -237,6 +260,19 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"accessMode":"rw",
"required":true,
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -320,6 +356,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3031.json",
"productType": "fanCoil",
"version": "1.1",
"version": "1.4",
"profile": {
"heartbeat": "3000",
"heartbeat": "300",
"productCode": "3031",
"productName": "肖邦系列.风机盘管面板Z3S(KONKE)"
},
......@@ -17,7 +17,7 @@
"method": "thing.service.property.set",
"inputData": [
{
"identifier": "TargetTemperature",
"identifier": "Temperature",
"name": "目标温度",
"dataType": {
"type": "double",
......@@ -47,10 +47,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "高档",
"3": "中档",
"4": "低档"
"0": "自动",
"2": "低档",
"3": "中档",
"4": "高档"
}
}
},
......@@ -77,6 +77,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -99,16 +110,17 @@
"method": "thing.service.property.get",
"inputData": [
"ChildLockState",
"TargetTemperature",
"Temperature",
"CurrentTemperature",
"PowerSwitch",
"WindSpeed",
"WorkMode",
"WorkMode",
"TimingOffEnable",
"TimingOffTime"
],
"outputData": [
{
"identifier": "TargetTemperature",
"identifier": "Temperature",
"name": "目标温度",
"dataType": {
"type": "double",
......@@ -152,10 +164,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "高档",
"3": "中档",
"4": "低档"
"0": "自动",
"2": "低档",
"3": "中档",
"4": "高档"
}
}
},
......@@ -182,6 +194,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -210,7 +233,7 @@
}
},
{
"identifier": "TargetTemperature",
"identifier": "Temperature",
"name": "目标温度",
"accessMode": "rw",
"required": true,
......@@ -249,10 +272,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -283,6 +306,19 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"accessMode":"rw",
"required":true,
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -306,7 +342,7 @@
"method": "thing.event.property.post",
"outputData": [
{
"identifier": "TargetTemperature",
"identifier": "Temperature",
"name": "目标温度",
"dataType": {
"type": "double",
......@@ -350,10 +386,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "高档",
"3": "中档",
"4": "低档"
"0": "自动",
"2": "低档",
"3": "中档",
"4": "高档"
}
}
},
......@@ -380,6 +416,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3032.json",
"productType": "freshAir",
"version": "1.2",
"version": "1.3",
"profile": {
"heartbeat": "300",
"productCode": "3032",
......@@ -87,6 +87,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -112,6 +123,7 @@
"WindSpeed",
"WorkMode",
"ChildLockState",
"TimingOffEnable",
"TimingOffTime",
"StrainerWorkTime",
"StrainerAlarmTime",
......@@ -163,6 +175,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -299,6 +322,19 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"accessMode":"rw",
"required":true,
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -382,6 +418,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3033.json",
"productType": "airConditioning",
"version": "1.1",
"version": "1.3",
"profile": {
"heartbeat": "3000",
"heartbeat": "300",
"productCode": "3033",
"productName": "肖邦系列.美的中央空调线控器Z3KA(KONKE)"
},
......@@ -17,7 +17,7 @@
"method": "thing.service.property.set",
"inputData": [
{
"identifier": "TargetTemperature",
"identifier": "Temperature",
"name": "目标温度",
"dataType": {
"type": "double",
......@@ -47,13 +47,24 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "WorkMode",
"name": "工作模式",
......@@ -100,16 +111,17 @@
"method": "thing.service.property.get",
"inputData": [
"ChildLockState",
"TargetTemperature",
"Temperature",
"CurrentTemperature",
"PowerSwitch",
"WindSpeed",
"WorkMode",
"TimingOffEnable",
"TimingOffTime"
],
"outputData": [
{
"identifier": "TargetTemperature",
"identifier": "Temperature",
"name": "目标温度",
"dataType": {
"type": "double",
......@@ -153,10 +165,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -184,6 +196,18 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -212,7 +236,7 @@
}
},
{
"identifier": "TargetTemperature",
"identifier": "Temperature",
"name": "目标温度",
"accessMode": "rw",
"required": true,
......@@ -251,10 +275,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -286,6 +310,19 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"accessMode":"rw",
"required":true,
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -309,7 +346,7 @@
"method": "thing.event.property.post",
"outputData": [
{
"identifier": "TargetTemperature",
"identifier": "Temperature",
"name": "目标温度",
"dataType": {
"type": "double",
......@@ -353,10 +390,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -384,6 +421,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3034.json",
"productType": "airConditioning",
"version": "1.2",
"version": "1.4",
"profile": {
"heartbeat": "300",
"productCode": "3034",
......@@ -48,9 +48,9 @@
"type": "enum",
"specs": {
"0": "自动",
"4": "高档",
"2": "低档",
"3": "中档",
"2": "低档"
"4": "高档"
}
}
},
......@@ -77,6 +77,17 @@
"1": "开启"
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
......@@ -105,6 +116,7 @@
"PowerSwitch",
"WindSpeed",
"WorkMode",
"TimingOffEnable",
"TimingOffTime"
],
"outputData": [
......@@ -154,9 +166,9 @@
"type": "enum",
"specs": {
"0": "自动",
"4": "高档",
"2": "低档",
"3": "中档",
"2": "低档"
"4": "高档"
}
}
},
......@@ -183,6 +195,17 @@
"1": "开启"
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
......@@ -252,9 +275,9 @@
"type": "enum",
"specs": {
"0": "自动",
"4": "高档",
"2": "低档",
"3": "中档",
"2": "低档"
"4": "高档"
}
}
},
......@@ -286,6 +309,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -354,9 +388,9 @@
"type": "enum",
"specs": {
"0": "自动",
"4": "高档",
"2": "低档",
"3": "中档",
"2": "低档"
"4": "高档"
}
}
},
......@@ -384,6 +418,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3035.json",
"productType": "airConditioning",
"version": "1.1",
"version": "1.3",
"profile": {
"heartbeat": "3000",
"productCode": "3035",
......@@ -47,10 +47,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -77,6 +77,17 @@
"1": "开启"
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
......@@ -105,6 +116,7 @@
"PowerSwitch",
"WindSpeed",
"WorkMode",
"TimingOffEnable",
"TimingOffTime"
],
"outputData": [
......@@ -153,10 +165,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -183,6 +195,17 @@
"1": "开启"
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type": "enum",
"specs": {
"0": "关闭",
"1": "开启"
}
}
},
{
"identifier": "TimingOffTime",
......@@ -251,10 +274,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -286,6 +309,19 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"accessMode":"rw",
"required":true,
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -353,10 +389,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -384,6 +420,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3036.json",
"productType": "airConditioning",
"version": "1.1",
"version": "1.3",
"profile": {
"heartbeat": "3000",
"heartbeat": "300",
"productCode": "3036",
"productName": "肖邦系列.大金中央空调线控器Z3ZA(KONKE)"
},
......@@ -47,10 +47,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -77,6 +77,17 @@
"1": "开启"
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
......@@ -105,6 +116,7 @@
"PowerSwitch",
"WindSpeed",
"WorkMode",
"TimingOffEnable",
"TimingOffTime"
],
"outputData": [
......@@ -153,10 +165,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -183,6 +195,17 @@
"1": "开启"
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
......@@ -251,10 +274,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -286,6 +309,19 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"accessMode":"rw",
"required":true,
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......@@ -353,10 +389,10 @@
"dataType": {
"type": "enum",
"specs": {
"1": "自动",
"2": "档",
"0": "自动",
"2": "档",
"3": "中档",
"4": "档"
"4": "档"
}
}
},
......@@ -384,6 +420,17 @@
}
}
},
{
"identifier": "TimingOffEnable",
"name": "延时关机使能",
"dataType": {
"type":"enum",
"specs":{
"0":"关闭",
"1":"开启"
}
}
},
{
"identifier": "TimingOffTime",
"name": "延时关机时间",
......
......@@ -67,7 +67,7 @@
"identifier": "Battery",
"name": "电池电量",
"accessMode": "r",
"required": false,
"required": true,
"dataType": {
"type": "double",
"specs": {
......@@ -174,7 +174,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -91,7 +91,7 @@
"identifier": "Battery",
"name": "电池电量",
"accessMode": "r",
"required": false,
"required": true,
"dataType": {
"type": "double",
"specs": {
......@@ -107,7 +107,7 @@
"identifier": "DismantleState",
"name": "拆卸状态",
"accessMode": "r",
"required": false,
"required": true,
"dataType": {
"type": "enum",
"specs": {
......@@ -120,7 +120,7 @@
"identifier": "SensorState",
"name": "传感器状态",
"accessMode": "r",
"required": false,
"required": true,
"dataType": {
"type": "enum",
"specs": {
......@@ -246,7 +246,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
},
{
......@@ -255,7 +254,6 @@
"type": "alert",
"required": true,
"method": "thing.event.TamperAlarm.post",
"alarmbit":2,
"outputData": [
{
"identifier": "DismantleState",
......@@ -276,7 +274,6 @@
"type": "alert",
"required": true,
"method": "thing.event.sensorAlarm.post",
"alarmbit":6,
"outputData": [
{
"identifier": "SensorState",
......
......@@ -174,7 +174,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -174,7 +174,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3044.json",
"productType": "siren",
"version": "1.1",
"version": "1.2",
"profile": {
"heartbeat": "300",
"productCode": "3044",
......@@ -13,7 +13,7 @@
"identifier": "set",
"inputData": [
{
"identifier":"AlarmVolume",
"identifier":"Volume",
"dataType":{
"specs":{
"0": "低音量",
......@@ -40,7 +40,7 @@
"name": "告警时间"
},
{
"identifier": "SirenState",
"identifier": "AlarmState",
"name": "声光告警状态",
"dataType": {
"type": "enum",
......@@ -60,7 +60,7 @@
{
"outputData": [
{
"identifier":"AlarmVolume",
"identifier":"Volume",
"dataType":{
"specs":{
"0": "低音量",
......@@ -87,7 +87,7 @@
"name": "告警时间"
},
{
"identifier": "SirenState",
"identifier": "AlarmState",
"name": "声光告警状态",
"dataType": {
"type": "enum",
......@@ -114,9 +114,9 @@
],
"identifier": "get",
"inputData": [
"AlarmVolume",
"Volume",
"AlarmDuration",
"SirenState",
"AlarmState",
"Battery"
],
"method": "thing.service.property.get",
......@@ -128,7 +128,7 @@
],
"properties": [
{
"identifier":"AlarmVolume",
"identifier":"Volume",
"accessMode": "rw",
"required": true,
"dataType":{
......@@ -159,7 +159,7 @@
"name": "告警时间"
},
{
"identifier": "SirenState",
"identifier": "AlarmState",
"accessMode": "rw",
"required": true,
"name": "声光告警状态",
......@@ -207,7 +207,7 @@
{
"outputData": [
{
"identifier":"AlarmVolume",
"identifier":"Volume",
"dataType":{
"specs":{
"0": "低音量",
......@@ -234,7 +234,7 @@
"name": "告警时间"
},
{
"identifier": "SirenState",
"identifier": "AlarmState",
"name": "声光告警状态",
"dataType": {
"type": "enum",
......@@ -266,6 +266,27 @@
"required": true,
"desc": "属性上报"
},
{
"outputData": [
{
"identifier": "AlarmState",
"name": "声光告警状态",
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "报警"
}
}
}
],
"identifier": "Alarm",
"method": "thing.event.sirenAlarm.post",
"name": "sirenAlarm",
"type": "alarm",
"required": true,
"desc": "声光报警"
},
{
"outputData": [
{
......@@ -288,7 +309,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -22,6 +22,17 @@
}
}
},
{
"identifier": "DismantleState",
"name": "拆卸状态",
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
},
{
"identifier": "Battery",
"name": "电池电量",
......@@ -40,6 +51,7 @@
"identifier": "get",
"inputData": [
"ContactState",
"DismantleState",
"Battery"
],
"method": "thing.service.property.get",
......@@ -62,6 +74,19 @@
"1": "打开"
}
}
},
{
"identifier": "DismantleState",
"name": "拆卸状态",
"accessMode": "r",
"required": true,
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
},
{
"identifier": "Battery",
......@@ -108,7 +133,20 @@
"1": "打开"
}
}
},
},
{
"identifier": "DismantleState",
"name": "拆卸状态",
"accessMode": "r",
"required": true,
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "被拆卸"
}
}
},
{
"identifier": "Battery",
"name": "电池电量",
......@@ -152,6 +190,26 @@
"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": "被拆卸"
}
}
}
]
},
{
"outputData": [
{
......@@ -174,7 +232,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3046.json",
"productType": "scene",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "7200",
"productCode": "3046",
......@@ -35,6 +35,30 @@
"required": true,
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "activeButton",
"inputData": [
{
"identifier":"buttonId",
"dataType":{
"specs":{
"1":"按键1",
"2":"按键2",
"3":"按键3",
"4":"按键4"
},
"type":"enum"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.activeButton",
"name": "activeButton",
"required": true,
"callType": "async",
"desc": "场景触发"
}
],
"properties": [
......@@ -124,7 +148,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -192,7 +192,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -174,7 +174,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -175,7 +175,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -297,7 +297,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -174,7 +174,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -12,7 +12,7 @@
{
"outputData": [
{
"identifier": "sosAlarmState",
"identifier": "SosState",
"name": "紧急按钮告警状态",
"dataType": {
"type": "enum",
......@@ -50,7 +50,7 @@
],
"properties": [
{
"identifier": "sosAlarmState",
"identifier": "SosState",
"name": "紧急按钮告警状态",
"accessMode": "r",
"required": true,
......@@ -120,19 +120,7 @@
"desc": "属性上报"
},
{
"outputData":[
{
"identifier": "sosAlarmState",
"name": "紧急按钮告警状态",
"dataType": {
"type": "enum",
"specs": {
"0": "没有报警",
"1": "报警"
}
}
}
],
"outputData": [],
"identifier": "sosAlarm",
"method": "thing.event.sosAlarm.post",
"name": "sosAlarm",
......@@ -162,7 +150,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -174,7 +174,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3056.json",
"productType": "scene",
"version": "1",
"version": "1.1",
"profile": {
"heartbeat": "1200",
"productCode": "3056",
......@@ -35,6 +35,30 @@
"required": true,
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "activeButton",
"inputData": [
{
"identifier":"buttonId",
"dataType":{
"specs":{
"1":"按键1",
"2":"按键2",
"3":"按键3",
"4":"按键4"
},
"type":"enum"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.activeButton",
"name": "activeButton",
"required": true,
"callType": "async",
"desc": "场景触发"
}
],
"properties": [
......@@ -125,7 +149,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
......@@ -13,7 +13,7 @@
"identifier": "set",
"inputData": [
{
"identifier":"AlarmVolume",
"identifier":"Volume",
"dataType":{
"specs":{
"0": "低音量",
......@@ -60,7 +60,7 @@
{
"outputData": [
{
"identifier":"AlarmVolume",
"identifier":"Volume",
"dataType":{
"specs":{
"0": "低音量",
......@@ -87,7 +87,7 @@
"name": "告警时间"
},
{
"identifier": "SirenState",
"identifier": "AlarmState",
"name": "声光告警状态",
"dataType": {
"type": "enum",
......@@ -114,9 +114,9 @@
],
"identifier": "get",
"inputData": [
"AlarmVolume",
"Volume",
"AlarmDuration",
"SirenState",
"AlarmState",
"Battery"
],
"method": "thing.service.property.get",
......@@ -128,7 +128,7 @@
],
"properties": [
{
"identifier":"AlarmVolume",
"identifier":"Volume",
"accessMode": "rw",
"required": true,
"dataType":{
......@@ -207,7 +207,7 @@
{
"outputData": [
{
"identifier":"AlarmVolume",
"identifier":"Volume",
"dataType":{
"specs":{
"0": "低音量",
......@@ -266,6 +266,27 @@
"required": true,
"desc": "属性上报"
},
{
"outputData": [
{
"identifier": "AlarmState",
"name": "声光告警状态",
"dataType": {
"type": "enum",
"specs": {
"0": "正常",
"1": "报警"
}
}
}
],
"identifier": "Alarm",
"method": "thing.event.sirenAlarm.post",
"name": "sirenAlarm",
"type": "alarm",
"required": true,
"desc": "声光报警"
},
{
"outputData": [
{
......@@ -288,7 +309,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3062.json",
"productType": "air conditioning gateway",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "300",
"productCode": "3062",
......@@ -77,7 +77,13 @@
"callType": "async",
"desc": "属性获取",
"method": "thing.service.property.get",
"inputData": [],
"inputData": [
"PowerSwitch",
"Temperature",
"CurrentTemperature",
"WindSpeed",
"WorkMode"
],
"outputData": []
}
],
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3064.json",
"productType": "Doorlock",
"version": "1",
"version": "1.2",
"profile": {
"heartbeat": "1200",
"productCode": "3064",
......@@ -14,7 +14,7 @@
"identifier": "set",
"inputData": [
{
"identifier": "RemoteControlEnbale",
"identifier": "remoteOpenDoorSwitch",
"name": "远程控制使能",
"dataType": {
"type": "enum",
......@@ -34,7 +34,7 @@
{
"outputData": [
{
"identifier": "RemoteControlEnbale",
"identifier": "remoteOpenDoorSwitch",
"name": "远程控制使能",
"dataType": {
"type": "enum",
......@@ -61,7 +61,7 @@
],
"identifier": "get",
"inputData": [
"RemoteControlEnbale",
"remoteOpenDoorSwitch",
"Battery"
],
"method": "thing.service.property.get",
......@@ -88,7 +88,7 @@
}
}
],
"identifier": "OpenLock",
"identifier": "LockOpenNotification",
"inputData": [
{
"identifier": "password",
......@@ -99,8 +99,8 @@
}
}
],
"method": "thing.service.OpenLock",
"name": "OpenLock",
"method": "thing.service.LockOpenNotification",
"name": "LockOpenNotification",
"required": true,
"callType": "async",
"desc": "远程开锁"
......@@ -108,7 +108,7 @@
],
"properties": [
{
"identifier": "RemoteControlEnbale",
"identifier": "remoteOpenDoorSwitch",
"name": "远程控制使能",
"accessMode": "rw",
"required": true,
......@@ -141,7 +141,7 @@
{
"outputData": [
{
"identifier": "RemoteControlEnbale",
"identifier": "remoteOpenDoorSwitch",
"name": "远程控制使能",
"dataType": {
"type": "enum",
......@@ -176,7 +176,7 @@
{
"outputData": [
{
"identifier": "UserID",
"identifier": "KeyID",
"name": "用户ID",
"dataType": {
"type": "text",
......@@ -184,7 +184,7 @@
}
},
{
"identifier": "UserType",
"identifier": "KeyRole",
"name": "用户类型",
"dataType": {
"type": "enum",
......@@ -196,7 +196,7 @@
}
},
{
"identifier": "openLockMethod",
"identifier": "KeyType",
"name": "开锁方式",
"dataType": {
"type": "enum",
......@@ -213,9 +213,9 @@
}
}
],
"identifier": "OpenLock",
"method": "thing.event.OpenLock.post",
"name": "OpenLock",
"identifier": "LockOpenNotification",
"method": "thing.event.LockOpenNotification.post",
"name": "LockOpenNotification",
"type": "info",
"required": true,
"desc": "开门上报"
......@@ -223,7 +223,7 @@
{
"outputData": [
{
"identifier": "UserID",
"identifier": "KeyID",
"name": "用户ID",
"dataType": {
"type": "text",
......@@ -231,7 +231,7 @@
}
},
{
"identifier": "UserType",
"identifier": "KeyRole",
"name": "用户类型",
"dataType": {
"type": "enum",
......@@ -243,7 +243,7 @@
}
},
{
"identifier": "openLockMethod",
"identifier": "KeyType",
"name": "开锁方式",
"dataType": {
"type": "enum",
......@@ -260,9 +260,9 @@
}
}
],
"identifier": "AddUser",
"method": "thing.event.AddUser.post",
"name": "AddUser",
"identifier": "KeyAddNotification",
"method": "thing.event.KeyAddNotification.post",
"name": "KeyAddNotification",
"type": "info",
"required": true,
"desc": "添加用户上报"
......@@ -270,7 +270,7 @@
{
"outputData": [
{
"identifier": "UserID",
"identifier": "KeyID",
"name": "用户ID",
"dataType": {
"type": "text",
......@@ -278,7 +278,7 @@
}
},
{
"identifier": "UserType",
"identifier": "KeyRole",
"name": "用户类型",
"dataType": {
"type": "enum",
......@@ -290,7 +290,7 @@
}
},
{
"identifier": "openLockMethod",
"identifier": "KeyType",
"name": "开锁方式",
"dataType": {
"type": "enum",
......@@ -307,9 +307,9 @@
}
}
],
"identifier": "DeleteUser",
"method": "thing.event.DeleteUser.post",
"name": "DeleteUser",
"identifier": "KeyDeletedNotification",
"method": "thing.event.KeyDeletedNotification.post",
"name": "KeyDeletedNotification",
"type": "info",
"required": true,
"desc": "删除用户上报"
......@@ -341,8 +341,7 @@
"name": "TamperAlarm",
"type": "alert",
"required": true,
"desc": "防拆告警",
"alarmbit":2
"desc": "防拆告警"
},
{
"outputData": [
......@@ -366,7 +365,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
}
]
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3067.json",
"productType": "curtain",
"version": "1.1",
"version": "1.2",
"profile": {
"heartbeat": "300",
"productCode": "3067",
......@@ -42,7 +42,8 @@
"identifier": "WorkMode",
"dataType": {
"specs": {
"3": "转向"
"0": "正转",
"1": "反转"
},
"type": "enum"
},
......@@ -109,7 +110,8 @@
"identifier": "WorkMode",
"dataType": {
"specs": {
"3": "转向"
"0": "正转",
"1": "反转"
},
"type": "enum"
},
......@@ -141,13 +143,36 @@
"identifier": "get",
"inputData": [
"OperationMode",
"LiftPercentage"
"Position",
"WorkMode",
"RouteState",
"SwapState"
],
"method": "thing.service.property.get",
"name": "get",
"required": true,
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "reverse",
"inputData": [],
"method": "thing.service.reverse",
"name": "reverse",
"required": true,
"callType": "async",
"desc": "电机换向"
},
{
"outputData": [],
"identifier": "onOffReverse",
"inputData": [],
"method": "thing.service.onOffReverse",
"name": "onOffReverse",
"required": false,
"callType": "async",
"desc": "全开全关对调"
}
],
"properties": [
......@@ -185,7 +210,8 @@
"identifier": "WorkMode",
"dataType": {
"specs": {
"3": "转向"
"0": "正转",
"1": "反转"
},
"type": "enum"
},
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3068.json",
"productType": "curtain",
"version": "1.0",
"version": "1.2",
"profile": {
"heartbeat": "300",
"productCode": "3068",
......@@ -25,7 +25,7 @@
"name": "窗帘操作模式"
},
{
"identifier": "LiftPercentage",
"identifier": "Position",
"dataType": {
"type": "int",
"specs": {
......@@ -37,7 +37,41 @@
}
},
"name": "窗帘开启百分比"
}
},
{
"identifier": "WorkMode",
"dataType": {
"specs": {
"0": "正转",
"1": "反转",
"3": "取反"
},
"type": "enum"
},
"name": "窗帘转向(循环交替转向)"
},
{
"identifier": "RouteState",
"dataType": {
"specs": {
"0": "未设置",
"1": "已设置"
},
"type": "enum"
},
"name": "行程设置"
},
{
"identifier": "SwapState",
"name": "全开全关状态对调",
"dataType": {
"type": "bool",
"specs": {
"0": "关闭对调",
"1": "开启对调"
}
}
}
],
"method": "thing.service.property.set",
"name": "set",
......@@ -60,7 +94,7 @@
"name": "窗帘操作模式"
},
{
"identifier": "LiftPercentage",
"identifier": "Position",
"dataType": {
"type": "int",
"specs": {
......@@ -72,12 +106,48 @@
}
},
"name": "窗帘开启百分比"
}
},
{
"identifier": "WorkMode",
"dataType": {
"specs": {
"0": "正转",
"1": "反转"
},
"type": "enum"
},
"name": "窗帘转向(循环交替转向)"
},
{
"identifier": "RouteState",
"dataType": {
"specs": {
"0": "未设置",
"1": "已设置"
},
"type": "enum"
},
"name": "行程设置"
},
{
"identifier": "SwapState",
"name": "全开全关状态对调",
"dataType": {
"type": "bool",
"specs": {
"0": "关闭对调",
"1": "开启对调"
}
}
}
],
"identifier": "get",
"inputData": [
"OperationMode",
"LiftPercentage"
"Position",
"WorkMode",
"RouteState",
"SwapState"
],
"method": "thing.service.property.get",
"name": "get",
......@@ -85,26 +155,6 @@
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "setLimitedPoint",
"inputData": [],
"method": "thing.service.setLimitedPoint",
"name": "setLimitedPoint",
"required": true,
"callType": "async",
"desc": "设置限位点"
},
{
"outputData": [],
"identifier": "resetLimitedPoint",
"inputData": [],
"method": "thing.service.resetLimitedPoint",
"name": "resetLimitedPoint",
"required": true,
"callType": "async",
"desc": "重置限位点"
},
{
"outputData": [],
"identifier": "reverse",
......@@ -142,7 +192,7 @@
"name": "窗帘操作模式"
},
{
"identifier": "LiftPercentage",
"identifier": "Position",
"dataType": {
"type": "int",
"specs": {
......@@ -156,7 +206,46 @@
"required": true,
"accessMode": "rw",
"name": "窗帘开启百分比"
}
},
{
"identifier": "WorkMode",
"dataType": {
"specs": {
"0": "正转",
"1": "反转"
},
"type": "enum"
},
"name": "窗帘转向(循环交替转向)",
"accessMode": "w",
"required": true
},
{
"identifier": "RouteState",
"dataType": {
"specs": {
"0": "未设置",
"1": "已设置"
},
"type": "enum"
},
"accessMode": "w",
"required": true,
"name": "行程设置"
},
{
"identifier": "SwapState",
"name": "全开全关状态对调",
"accessMode": "w",
"required": true,
"dataType": {
"type": "bool",
"specs": {
"0": "关闭对调",
"1": "开启对调"
}
}
}
],
"events": [
{
......@@ -174,7 +263,7 @@
"name": "窗帘操作模式"
},
{
"identifier": "LiftPercentage",
"identifier": "Position",
"dataType": {
"type": "int",
"specs": {
......@@ -186,7 +275,29 @@
}
},
"name": "窗帘开启百分比"
}
},
{
"identifier": "WorkMode",
"dataType": {
"specs": {
"0": "正转",
"1": "反转"
},
"type": "enum"
},
"name": "窗帘工作模式"
},
{
"identifier": "RouteState",
"dataType": {
"specs": {
"0": "未设置",
"1": "已设置"
},
"type": "enum"
},
"name": "行程设置"
}
],
"identifier": "property",
"method": "thing.event.property.post",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3070.json",
"productType": "sensor",
"version": "1.0",
"version": "1.2",
"profile": {
"heartbeat": "300",
"productCode": "3070",
......@@ -15,7 +15,7 @@
"identifier":"set",
"inputData":[
{
"identifier":"NormalState",
"identifier":"ModuleType",
"dataType":{
"specs":{
"0": "常闭",
......@@ -35,7 +35,7 @@
{
"outputData": [
{
"identifier": "DryContactState",
"identifier": "AlarmState",
"name": "干接点状态",
"dataType": {
"type": "enum",
......@@ -46,7 +46,7 @@
}
},
{
"identifier": "NormalState",
"identifier": "ModuleType",
"name": "常开常闭状态",
"dataType": {
"type": "enum",
......@@ -59,8 +59,8 @@
],
"identifier": "get",
"inputData": [
"DryContactState",
"NormalState"
"AlarmState",
"ModuleType"
],
"method": "thing.service.property.get",
"name": "get",
......@@ -71,7 +71,7 @@
],
"properties": [
{
"identifier": "DryContactState",
"identifier": "AlarmState",
"name": "干接点状态",
"accessMode": "r",
"required": true,
......@@ -84,7 +84,7 @@
}
},
{
"identifier": "NormalState",
"identifier": "ModuleType",
"name": "常开常闭状态",
"accessMode": "rw",
"required": true,
......@@ -116,7 +116,7 @@
{
"outputData": [
{
"identifier": "DryContactState",
"identifier": "AlarmState",
"name": "干接点状态",
"dataType": {
"type": "enum",
......@@ -127,7 +127,7 @@
}
},
{
"identifier": "NormalState",
"identifier": "ModuleType",
"name": "常开常闭状态",
"dataType": {
"type": "enum",
......@@ -148,7 +148,7 @@
{
"outputData": [
{
"identifier": "DryContactState",
"identifier": "AlarmState",
"name": "干接点状态",
"dataType": {
"type": "enum",
......@@ -159,9 +159,9 @@
}
}
],
"identifier": "DryContactAlarm",
"method": "thing.event.DryContactAlarm.post",
"name": "DryContactAlarm",
"identifier": "commonAlarm",
"method": "thing.event.commonAlarm.post",
"name": "commonAlarm",
"type": "alarm",
"required": true,
"desc": "干触点传感器告警"
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3071.json",
"productType": "waterValve",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "300",
"productCode": "3071",
......@@ -24,7 +24,7 @@
"name": "电源开关"
},
{
"identifier": "PowerDownSave",
"identifier": "PowerMemory",
"dataType": {
"specs": {
"0": "关闭",
......@@ -55,7 +55,7 @@
"name": "电源开关"
},
{
"identifier": "PowerDownSave",
"identifier": "PowerMemory",
"dataType": {
"specs": {
"0": "关闭",
......@@ -69,7 +69,7 @@
"identifier": "get",
"inputData": [
"PowerSwitch",
"PowerDownSave"
"PowerMemory"
],
"method": "thing.service.property.get",
"name": "get",
......@@ -93,7 +93,7 @@
"required": true
},
{
"identifier": "PowerDownSave",
"identifier": "PowerMemory",
"dataType": {
"specs": {
"0": "关闭",
......@@ -121,7 +121,7 @@
"name": "电源开关"
},
{
"identifier": "PowerDownSave",
"identifier": "PowerMemory",
"dataType": {
"specs": {
"0": "关闭",
......
......@@ -147,7 +147,6 @@
"name": "传感器故障告警",
"type": "alert",
"required": true,
"alarmbit":6,
"method": "thing.event.sensorAlarm.post",
"outputData": [
{
......
......@@ -246,7 +246,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
},
{
......@@ -255,7 +254,6 @@
"type": "alert",
"required": true,
"method": "thing.event.TamperAlarm.post",
"alarmbit":2,
"outputData": [
{
"identifier": "DismantleState",
......@@ -275,7 +273,6 @@
"name": "传感器故障告警",
"type": "alert",
"required": true,
"alarmbit":6,
"method": "thing.event.sensorAlarm.post",
"outputData": [
{
......
......@@ -147,7 +147,6 @@
"name": "传感器故障告警",
"type": "alert",
"required": true,
"alarmbit":6,
"method": "thing.event.sensorAlarm.post",
"outputData": [
{
......
......@@ -246,7 +246,6 @@
"name": "BatteryAlarm",
"type": "alert",
"required": true,
"alarmbit":3,
"desc": "低电量告警"
},
{
......@@ -255,7 +254,6 @@
"type": "alert",
"required": true,
"method": "thing.event.TamperAlarm.post",
"alarmbit":2,
"outputData": [
{
"identifier": "DismantleState",
......@@ -275,7 +273,6 @@
"name": "传感器故障告警",
"type": "alert",
"required": true,
"alarmbit":6,
"method": "thing.event.sensorAlarm.post",
"outputData": [
{
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3084.json",
"productType": "sensor",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "300",
"productCode": "3084",
......@@ -67,7 +67,7 @@
}
},
{
"identifier": "Carbondioxide",
"identifier": "CO2",
"name": "CO2检测值",
"dataType": {
"type": "int",
......@@ -95,7 +95,7 @@
}
},
{
"identifier": "Formaldehyde",
"identifier": "HCHO",
"name": "当前甲醛检测值",
"dataType": {
"type": "double",
......@@ -114,9 +114,9 @@
"Temperature",
"Humidity",
"Illuminance",
"Carbondioxide",
"CO2",
"PM2.5",
"Formaldehyde",
"HCHO",
"IlluminanceLevel"
],
"method": "thing.service.property.get",
......@@ -192,7 +192,7 @@
}
},
{
"identifier": "Carbondioxide",
"identifier": "CO2",
"name": "CO2检测值",
"accessMode": "r",
"required": false,
......@@ -224,7 +224,7 @@
}
},
{
"identifier": "Formaldehyde",
"identifier": "HCHO",
"name": "当前甲醛检测值",
"accessMode": "r",
"required": false,
......@@ -300,7 +300,7 @@
}
},
{
"identifier": "Carbondioxide",
"identifier": "CO2",
"name": "CO2检测值",
"dataType": {
"type": "int",
......@@ -328,7 +328,7 @@
}
},
{
"identifier": "Formaldehyde",
"identifier": "HCHO",
"name": "当前甲醛检测值",
"dataType": {
"type": "double",
......
{
"schema":"https://iot-ap.ikonke.com/model/product_3085.json",
"productType":"switch",
"version": "1.0",
"version": "1",
"profile":{
"heartbeat":"300",
"productCode":"3085",
......
{
"schema":"https://iot-ap.ikonke.com/model/product_3087.json",
"productType":"switch",
"version": "1.0",
"version": "1",
"profile":{
"heartbeat":"300",
"productCode":"3087",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3088.json",
"productType": "curtain",
"version": "1.0",
"version": "1",
"profile": {
"heartbeat": "300",
"productCode": "3088",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3089.json",
"productType": "curtain",
"version": "1.0",
"version": "1",
"profile": {
"heartbeat": "300",
"productCode": "3089",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3090.json",
"productType": "scene",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "300",
"productCode": "3090",
......@@ -51,6 +51,30 @@
"required": true,
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "activeButton",
"inputData": [
{
"identifier":"buttonId",
"dataType":{
"specs":{
"1":"按键1",
"2":"按键2",
"3":"按键3",
"4":"按键4"
},
"type":"enum"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.activeButton",
"name": "activeButton",
"required": true,
"callType": "async",
"desc": "场景触发"
}
],
"properties": [
......
This diff is collapsed.
This diff is collapsed.
{
"schema": "https://iot-ap.ikonke.com/model/product_3093.json",
"productType": "lightPanel",
"version": "1.1",
"version": "1.2",
"profile": {
"heartbeat": "300",
"productCode": "3093",
......@@ -94,8 +94,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -108,8 +108,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -122,8 +122,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -134,11 +134,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -148,10 +148,10 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "1"
}
},
......@@ -162,11 +162,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -346,8 +346,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -360,8 +360,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -374,8 +374,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -386,11 +386,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -400,11 +400,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -414,11 +414,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -633,8 +633,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -647,8 +647,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -661,8 +661,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -673,11 +673,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -687,11 +687,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -701,11 +701,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -894,8 +894,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -910,8 +910,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -926,8 +926,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -940,11 +940,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -956,11 +956,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -972,11 +972,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3094.json",
"productType": "lightPanel",
"version": "1.1",
"version": "1.2",
"profile": {
"heartbeat": "300",
"productCode": "3094",
......@@ -44,8 +44,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -56,11 +56,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -134,8 +134,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -146,11 +146,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -253,8 +253,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -267,11 +267,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -345,8 +345,8 @@
"specs": {
"min": "0",
"max": "100",
"unit": "K",
"unitName": "开尔文",
"unit": "%",
"unitName": "百分比",
"step": "1"
}
},
......@@ -357,11 +357,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3100.json",
"productType": "outlet",
"version": "1.0",
"profile": {
"heartbeat": "300",
"productCode": "3100",
"productName": "海顿系列.10A智能插座Z3S(KONKE)"
},
"services": [
{
"outputData": [],
"identifier": "set",
"inputData": [
{
"identifier": "PowerSwitch",
"dataType": {
"specs": {
"0": "关闭",
"1": "打开"
},
"type": "bool"
},
"name": "电源开关"
},
{
"identifier": "Electric",
"dataType": {
"type": "double",
"specs": {
"unit": "KWh",
"unitName": "千瓦时",
"step": "0.01"
}
},
"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": "Power",
"dataType": {
"type": "double",
"specs": {
"unit": "W",
"unitName": "瓦特",
"step": "0.01"
}
},
"name": "设备功率值"
},
{
"identifier": "Electric",
"dataType": {
"type": "double",
"specs": {
"unit": "KWh",
"unitName": "千瓦时",
"step": "0.01"
}
},
"name": "累计电量值"
},
{
"identifier":"NoDisturbMode",
"dataType":{
"specs":{
"0":"关闭",
"1":"打开"
},
"type":"bool"
},
"name":"勿扰模式开关"
}
],
"identifier": "get",
"inputData": [
"PowerSwitch",
"Power",
"Electric",
"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": "Power",
"dataType": {
"type": "double",
"specs": {
"unit": "W",
"unitName": "瓦特",
"step": "0.01"
}
},
"name": "设备功率值",
"accessMode": "r",
"required": true
},
{
"identifier": "Electric",
"dataType": {
"type": "double",
"specs": {
"unit": "KWh",
"unitName": "千瓦时",
"step": "0.01"
}
},
"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": "Electric",
"dataType": {
"type": "double",
"specs": {
"step": "0.01"
}
},
"name": "累计电量值"
},
{
"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": "Power",
"name": "过载功率值",
"dataType": {
"type": "double",
"specs": {
"unit": "W",
"unitName": "瓦特",
"step": "0.01"
}
}
}
],
"identifier": "OverloadAlarm",
"method": "thing.event.OverloadAlarm.post",
"name": "OverloadAlarm",
"type": "alarm",
"required": true,
"desc": "过载告警"
}
]
}
{
"schema": "https://iot-ap.ikonke.com/model/product_3102.json",
"productType": "lightPanel",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "300",
"productCode": "3102",
......@@ -42,11 +42,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -118,11 +118,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -222,11 +222,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......@@ -298,11 +298,11 @@
"dataType": {
"type": "int",
"specs": {
"min": "0",
"max": "254",
"unit": "s",
"unitName": "秒",
"step": "1"
"min": "10",
"max": "50",
"unit": "1/10s",
"unitName": "1/10秒",
"step": "10"
}
},
"name": "渐变时间"
......
......@@ -244,7 +244,7 @@
"identifier": "BatteryAlarm",
"method": "thing.event.BatteryAlarm.post",
"name": "BatteryAlarm",
"type": "alarm",
"type": "alert",
"required": true,
"desc": "低电量告警"
},
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3110.json",
"productType": "scene",
"version": "1.0",
"version": "1.1",
"profile": {
"heartbeat": "300",
"productCode": "3110",
......@@ -51,6 +51,30 @@
"required": true,
"callType": "async",
"desc": "属性获取"
},
{
"outputData": [],
"identifier": "activeButton",
"inputData": [
{
"identifier":"buttonId",
"dataType":{
"specs":{
"1":"按键1",
"2":"按键2",
"3":"按键3",
"4":"按键4"
},
"type":"enum"
},
"name":"勿扰模式开关"
}
],
"method": "thing.service.activeButton",
"name": "activeButton",
"required": true,
"callType": "async",
"desc": "场景触发"
}
],
"properties": [
......
{
"schema":"https://iot-ap.ikonke.com/model/product_3115.json",
"productType":"switch",
"version": "1.0",
"version": "1",
"profile":{
"heartbeat":"300",
"productCode":"3115",
......
{
"schema": "https://iot-ap.ikonke.com/model/product_3116.json",
"productType": "freshAir",
"version": "1.0",
"profile": {
"heartbeat": "300",
"productCode": "3116",
"productName": "肖邦系列.新风面板经典版Z3S(KONKE)"
},
"services": [
{
"identifier": "set",
"name": "set",
"required": true,
"callType": "async",
"desc": "属性设置",
"method": "thing.service.property.set",
"inputData": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"dataType": {
"type": "enum",
"specs": {
"0": "关闭",
"1": "开启"
}
}
},
{
"identifier": "WindSpeed",
"name": "风速",
"dataType": {
"type": "enum",
"specs": {
"1": "低档",
"3": "高档"
}
}
}
],
"outputData": []
},
{
"identifier": "get",
"name": "get",
"required": true,
"callType": "async",
"desc": "属性获取",
"method": "thing.service.property.get",
"inputData": [
"PowerSwitch",
"WindSpeed"
],
"outputData": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"dataType": {
"type": "enum",
"specs": {
"0": "关闭",
"1": "开启"
}
}
},
{
"identifier": "WindSpeed",
"name": "风速",
"dataType": {
"type": "enum",
"specs": {
"1": "低档",
"3": "高档"
}
}
}
]
}
],
"properties": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"accessMode": "rw",
"required": true,
"dataType": {
"type": "enum",
"specs": {
"0": "关闭",
"1": "开启"
}
}
},
{
"identifier": "WindSpeed",
"name": "风速",
"accessMode": "rw",
"required": true,
"dataType": {
"type": "enum",
"specs": {
"1": "低档",
"3": "高档"
}
}
}
],
"events": [
{
"identifier": "post",
"name": "post",
"type": "info",
"required": true,
"desc": "属性上报",
"method": "thing.event.property.post",
"outputData": [
{
"identifier": "PowerSwitch",
"name": "电源开关",
"dataType": {
"type": "enum",
"specs": {
"0": "关闭",
"1": "开启"
}
}
},
{
"identifier": "WindSpeed",
"name": "风速",
"dataType": {
"type": "enum",
"specs": {
"1": "低档",
"3": "高档"
}
}
}
]
}
]
}
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.
......@@ -5,7 +5,7 @@
"profile":{
"heartbeat":"300",
"productCode":"5004",
"productName":"虚拟继电器"
"productName":"灯控继电器(moore4)"
},
"services":[
{
......
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