Skip to content

Commit b03d3db

Browse files
author
CloudFox
committed
updated MQTT commanding description
1 parent 1ce9aff commit b03d3db

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

commandMqttDevice_MindConnect/readme.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,15 @@ Commanding can be initiated via a dedicated API. Here we will use VFC to initiat
4343
```
4444

4545
![image](./doc/VFC_setup_MindConnect.png)
46-
3. In the *http request* node
47-
- change the URL to your tenant name
48-
- enable basic authentication
49-
- use the device credentials you used earlier to also connect the device to MindSphere
50-
![image](./doc/VFC_setup_http_request.png)
51-
4. Save the flow
46+
3. Save the flow
5247

5348
:cloud: :heavy_check_mark: You're ready to command a device once the flow is triggered - enjoy!
5449

5550

5651
## Result
5752
Once the flow is executed, the device will receive on ```tc/<tenantName>/<ClientID>/i/cmd_v3/c``` (general schema) topic the command as specified in the VFC flow. Make sure that you have subscribed to this topic before the flow is being triggered.
5853
Follow the device logic to now acknowledge this command and use it for your application needs further on the device.
54+
5955
**Device-View**
6056
The following is received at the device on the subscribed topic, given the following setup
6157
| parameter | value |

0 commit comments

Comments
 (0)