Showing
2 changed files
with
236 additions
and
0 deletions
src/views/device/profile/step/1.json
0 → 100644
| 1 | +{ | |
| 2 | + "name": "sd1", | |
| 3 | + "defaultRuleChainId": "354c7210-5d97-11ec-8ac9-f38ed935ea2a", | |
| 4 | + "description": "sd1", | |
| 5 | + "transportType": "LWM2M", | |
| 6 | + "profileData": { | |
| 7 | + "alarms": [ | |
| 8 | + { | |
| 9 | + "alarmType": "sd1", | |
| 10 | + "propagate": true, | |
| 11 | + "propagateRelationTypes": [ | |
| 12 | + "sd1" | |
| 13 | + ], | |
| 14 | + "createRules": { | |
| 15 | + "MAJOR": { | |
| 16 | + "alarmDetails": "sd1dw", | |
| 17 | + "schedule": { | |
| 18 | + "type": "ANY_TIME" | |
| 19 | + }, | |
| 20 | + "condition": { | |
| 21 | + "condition": [ | |
| 22 | + { | |
| 23 | + "key": { | |
| 24 | + "type": "TIME_SERIES", | |
| 25 | + "key": "CO2" | |
| 26 | + }, | |
| 27 | + "valueType": "STRING", | |
| 28 | + "predicate": { | |
| 29 | + "operation": "EQUAL", | |
| 30 | + "value": { | |
| 31 | + "defaultValue": 1 | |
| 32 | + }, | |
| 33 | + "type": "STRING" | |
| 34 | + } | |
| 35 | + } | |
| 36 | + ], | |
| 37 | + "spec": { | |
| 38 | + "type": "DURATION" | |
| 39 | + } | |
| 40 | + } | |
| 41 | + } | |
| 42 | + }, | |
| 43 | + "clearRule": { | |
| 44 | + "alarmDetails": "sd1dw", | |
| 45 | + "schedule": { | |
| 46 | + "type": "ANY_TIME" | |
| 47 | + }, | |
| 48 | + "condition": { | |
| 49 | + "condition": [ | |
| 50 | + { | |
| 51 | + "key": { | |
| 52 | + "type": "TIME_SERIES", | |
| 53 | + "key": "temp" | |
| 54 | + }, | |
| 55 | + "valueType": "STRING", | |
| 56 | + "predicate": { | |
| 57 | + "operation": "NOT_CONTAINS", | |
| 58 | + "value": { | |
| 59 | + "defaultValue": 99 | |
| 60 | + }, | |
| 61 | + "type": "STRING" | |
| 62 | + } | |
| 63 | + } | |
| 64 | + ], | |
| 65 | + "spec": { | |
| 66 | + "type": "DURATION" | |
| 67 | + } | |
| 68 | + } | |
| 69 | + } | |
| 70 | + } | |
| 71 | + ] | |
| 72 | + }, | |
| 73 | + "alarmProfile": { | |
| 74 | + "alarmContactId": "a3004ddd-db8f-487c-aea0-4f6f3efc59a9", | |
| 75 | + "messageMode": "PHONE_MESSAGE" | |
| 76 | + } | |
| 77 | +} | ... | ... |
src/views/device/profile/step/2.json
0 → 100644
| 1 | +{ | |
| 2 | + "alarmProfile": { | |
| 3 | + "alarmContactId": "string", | |
| 4 | + "createTime": "2021-12-30T08:14:03.921Z", | |
| 5 | + "creator": "string", | |
| 6 | + "defaultConfig": "string", | |
| 7 | + "description": "string", | |
| 8 | + "deviceProfileId": "string", | |
| 9 | + "enabled": true, | |
| 10 | + "icon": "string", | |
| 11 | + "id": "string", | |
| 12 | + "messageMode": "string", | |
| 13 | + "name": "string", | |
| 14 | + "roleIds": [ | |
| 15 | + "string" | |
| 16 | + ], | |
| 17 | + "tenantExpireTime": "2021-12-30T08:14:03.921Z", | |
| 18 | + "tenantId": "string", | |
| 19 | + "tenantStatus": "DISABLED", | |
| 20 | + "updateTime": "2021-12-30T08:14:03.921Z", | |
| 21 | + "updater": "string" | |
| 22 | + }, | |
| 23 | + "convertJs": "string", | |
| 24 | + "createTime": "2021-12-30T08:14:03.921Z", | |
| 25 | + "creator": "string", | |
| 26 | + "defaultConfig": "string", | |
| 27 | + "defaultQueueName": "string", | |
| 28 | + "defaultRuleChainId": "string", | |
| 29 | + "description": "string", | |
| 30 | + "enabled": true, | |
| 31 | + "icon": "string", | |
| 32 | + "id": "string", | |
| 33 | + "name": "string", | |
| 34 | + "profileData": { | |
| 35 | + "configuration": {}, | |
| 36 | + "transportConfiguration": {}, | |
| 37 | + "provisionConfiguration": { | |
| 38 | + "provisionDeviceSecret": "string" | |
| 39 | + }, | |
| 40 | + "alarms": [ | |
| 41 | + { | |
| 42 | + "id": "highTemperatureAlarmID", | |
| 43 | + "alarmType": "High Temperature Alarm", | |
| 44 | + "createRules": { | |
| 45 | + "additionalProp1": { | |
| 46 | + "condition": { | |
| 47 | + "condition": [ | |
| 48 | + { | |
| 49 | + "key": { | |
| 50 | + "type": "TIME_SERIES", | |
| 51 | + "key": "temp" | |
| 52 | + }, | |
| 53 | + "valueType": "NUMERIC", | |
| 54 | + "value": {}, | |
| 55 | + "predicate": {} | |
| 56 | + } | |
| 57 | + ], | |
| 58 | + "spec": {} | |
| 59 | + }, | |
| 60 | + "schedule": { | |
| 61 | + "type": "ANY_TIME" | |
| 62 | + }, | |
| 63 | + "alarmDetails": "string", | |
| 64 | + "dashboardId": { | |
| 65 | + "id": "784f394c-42b6-435a-983c-b7beff2784f9", | |
| 66 | + "entityType": "DASHBOARD" | |
| 67 | + } | |
| 68 | + }, | |
| 69 | + "additionalProp2": { | |
| 70 | + "condition": { | |
| 71 | + "condition": [ | |
| 72 | + { | |
| 73 | + "key": { | |
| 74 | + "type": "TIME_SERIES", | |
| 75 | + "key": "temp" | |
| 76 | + }, | |
| 77 | + "valueType": "NUMERIC", | |
| 78 | + "value": {}, | |
| 79 | + "predicate": {} | |
| 80 | + } | |
| 81 | + ], | |
| 82 | + "spec": {} | |
| 83 | + }, | |
| 84 | + "schedule": { | |
| 85 | + "type": "ANY_TIME" | |
| 86 | + }, | |
| 87 | + "alarmDetails": "string", | |
| 88 | + "dashboardId": { | |
| 89 | + "id": "784f394c-42b6-435a-983c-b7beff2784f9", | |
| 90 | + "entityType": "DASHBOARD" | |
| 91 | + } | |
| 92 | + }, | |
| 93 | + "additionalProp3": { | |
| 94 | + "condition": { | |
| 95 | + "condition": [ | |
| 96 | + { | |
| 97 | + "key": { | |
| 98 | + "type": "TIME_SERIES", | |
| 99 | + "key": "temp" | |
| 100 | + }, | |
| 101 | + "valueType": "NUMERIC", | |
| 102 | + "value": {}, | |
| 103 | + "predicate": {} | |
| 104 | + } | |
| 105 | + ], | |
| 106 | + "spec": {} | |
| 107 | + }, | |
| 108 | + "schedule": { | |
| 109 | + "type": "ANY_TIME" | |
| 110 | + }, | |
| 111 | + "alarmDetails": "string", | |
| 112 | + "dashboardId": { | |
| 113 | + "id": "784f394c-42b6-435a-983c-b7beff2784f9", | |
| 114 | + "entityType": "DASHBOARD" | |
| 115 | + } | |
| 116 | + } | |
| 117 | + }, | |
| 118 | + "clearRule": { | |
| 119 | + "condition": { | |
| 120 | + "condition": [ | |
| 121 | + { | |
| 122 | + "key": { | |
| 123 | + "type": "TIME_SERIES", | |
| 124 | + "key": "temp" | |
| 125 | + }, | |
| 126 | + "valueType": "NUMERIC", | |
| 127 | + "value": {}, | |
| 128 | + "predicate": {} | |
| 129 | + } | |
| 130 | + ], | |
| 131 | + "spec": {} | |
| 132 | + }, | |
| 133 | + "schedule": { | |
| 134 | + "type": "ANY_TIME" | |
| 135 | + }, | |
| 136 | + "alarmDetails": "string", | |
| 137 | + "dashboardId": { | |
| 138 | + "id": "784f394c-42b6-435a-983c-b7beff2784f9", | |
| 139 | + "entityType": "DASHBOARD" | |
| 140 | + } | |
| 141 | + }, | |
| 142 | + "propagate": true, | |
| 143 | + "propagateRelationTypes": [ | |
| 144 | + "string" | |
| 145 | + ] | |
| 146 | + } | |
| 147 | + ] | |
| 148 | + }, | |
| 149 | + "roleIds": [ | |
| 150 | + "string" | |
| 151 | + ], | |
| 152 | + "tbProfileId": "string", | |
| 153 | + "tenantExpireTime": "2021-12-30T08:14:03.922Z", | |
| 154 | + "tenantId": "string", | |
| 155 | + "tenantStatus": "DISABLED", | |
| 156 | + "transportType": "string", | |
| 157 | + "updateTime": "2021-12-30T08:14:03.922Z", | |
| 158 | + "updater": "string" | |
| 159 | +} | ... | ... |