1.json
1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "设备测试3",
"defaultRuleChainId": "354c7210-5d97-11ec-8ac9-f38ed935ea2a",
"description": "设备测试3",
"transportType": "CoAP",
"profileData": {
"alarms": [
{
"alarmType": "设备测试3",
"propagate": true,
"propagateRelationTypes": [
"设备测试3"
],
"createRules": {
"MAJOR": {
"alarmDetails": "设备测试3",
"schedule": {
"type": "ANY_TIME"
},
"condition": {
"condition": [
{
"key": {
"type": "TIME_SERIES",
"key": "CO2"
},
"valueType": "COMPLEX",
"predicate": {
"operation": "LESS_OR_EQUAL",
"value": {
"defaultValue": 2
},
"type": "COMPLEX"
}
}
],
"spec": {
"type": "DURATION"
}
}
}
}
}
]
},
"alarmProfile": {
"alarmContactId": "a3004ddd-db8f-487c-aea0-4f6f3efc59a9",
"messageMode": "PHONE_MESSAGE"
}
}