-
Notifications
You must be signed in to change notification settings - Fork 13
/
mbed_lib.json
49 lines (49 loc) · 1.31 KB
/
mbed_lib.json
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
{
"name": "aws-client",
"config": {
"aws-sdk-trace": {
"help": "Enable AWS SDK tracing",
"value": false
},
"socket-timeout": {
"help": "MQTT socket timeout",
"value": "5s"
},
"keepalive": {
"help": "MQTT keep-alive time",
"value": "60s"
},
"port": {
"help": "MQTT port",
"value": 8883
},
"clean-session": {
"help": "MQTT clean session",
"value": true
},
"buffer-size": {
"help": "MQTT buffer size",
"value": 1024
},
"shadow": {
"help": "Build the AWS IoT Device Shadow service support",
"value": false
},
"shadow-topic-max-size": {
"help": "Maximum length of the shadow topic",
"value": 256
},
"shadow-get-response-max-size": {
"help": "Maximum length of the shadow get response",
"value": 1024
},
"json-query-max-size": {
"help": "Maximum length of a JSON query",
"value": 256
},
"shadow-update-document-max-size": {
"help": "Maximum length of a shadow update document",
"value": 1024
}
}
}