You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commandMqttDevice_MindConnect/readme.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,19 +43,15 @@ Commanding can be initiated via a dedicated API. Here we will use VFC to initiat
43
43
```
44
44
45
45

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
-

51
-
4. Save the flow
46
+
3. Save the flow
52
47
53
48
:cloud: :heavy_check_mark: You're ready to command a device once the flow is triggered - enjoy!
54
49
55
50
56
51
## Result
57
52
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.
58
53
Follow the device logic to now acknowledge this command and use it for your application needs further on the device.
54
+
59
55
**Device-View**
60
56
The following is received at the device on the subscribed topic, given the following setup
0 commit comments