-
Notifications
You must be signed in to change notification settings - Fork 0
/
device_info.json
31 lines (31 loc) · 848 Bytes
/
device_info.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
{
"auth_mode": "KEY",
"productId": "PRODUCT_ID",
"productSecret": "YOUR_PRODUCT_SECRET",
"deviceName": "YOUR_DEV_NAME",
"key_deviceinfo": {
"deviceSecret": "YOUR_IOT_PSK"
},
"cert_deviceinfo": {
"devCertFile": "YOUR_DEVICE_CERT_FILE_NAME",
"devPrivateKeyFile": "YOUR_DEVICE_PRIVATE_KEY_FILE_NAME"
},
"subDev": {
"subdev_num": 3,
"subdev_list": [
{
"sub_productId": "VQ2AWWC1R6",
"sub_devName": "subDev001"
},
{
"sub_productId": "VQ2AWWC1R6",
"sub_devName": "subDev002"
},
{
"sub_productId": "VQ2AWWC1R6",
"sub_devName": "subDev003"
}
]
},
"region": "china"
}