...
Code Block | ||
---|---|---|
| ||
{
"type": "FORD",
"url": "mqtt://54.180.126.222:1883",
"custom_name": "my_machine",
"unique_name": "EE11A/+/+/4.000/AMCDevBox/0/0/0/0/0/0/0/900mc_Plus_1111",
"authentication_file_path": "./secrets.json", // contents as shown below
"mes_id": [
1
]
} |
OR
Code Block | ||
---|---|---|
| ||
{
"type": "FORD",
"url": "mqtt://54.180.126.222:1883",
"custom_name": "my_machine",
"unique_name": "EE11A/+/+/4.000/AMCDevBox/0/0/0/0/0/0/0/900mc_Plus_1111",
"authentication_file_path": {
"username": "username",
"password": "password"
},
"mes_id": [
1
]
} |