device_profile.json
1.3 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
51
52
53
54
55
56
57
{
"type": "DEFAULT",
"image": null,
"defaultQueueName": null,
"transportType": "LWM2M",
"provisionType": "DISABLED",
"description": "",
"profileData": {
"configuration": {
"type": "DEFAULT"
},
"transportConfiguration": {
"observeAttr": {
"observe": [
"/3_1.0/0/0"
],
"attribute": [],
"telemetry": [
"/3_1.0/0/0"
],
"keyName": {
"/3_1.0/0/0": "testData"
},
"attributeLwm2m": {}
},
"bootstrap": [
{
"shortServerId": 123,
"bootstrapServerIs": false,
"host": "0.0.0.0",
"port": 5685,
"clientHoldOffTime": 1,
"serverPublicKey": "",
"serverCertificate": "",
"bootstrapServerAccountTimeout": 0,
"lifetime": 300,
"defaultMinPeriod": 1,
"notifIfDisabled": true,
"binding": "U",
"securityMode": "NO_SEC"
}
],
"clientLwM2mSettings": {
"clientOnlyObserveAfterConnect": 1,
"fwUpdateStrategy": 1,
"swUpdateStrategy": 1,
"powerMode": "DRX"
},
"bootstrapServerUpdateEnable": false,
"type": "LWM2M"
},
"alarms": null,
"provisionConfiguration": {
"type": "DISABLED"
}
}
}