Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit 1a6fe9f

Browse files
committed
docs(mqtt): fix sub list
Signed-off-by: Naylin Medina <[email protected]>
1 parent ee2d1d0 commit 1a6fe9f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/M2M.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -398,11 +398,11 @@ Property:
398398
#########
399399

400400
* **code**: command identifier
401-
* _start_: starts the application launcher
402-
* _update_: updates the application launcher
403-
* _unlock_: unlocks the 'screen pinning'
401+
* _start_: starts the application launcher
402+
* _update_: updates the application launcher
403+
* _unlock_: unlocks the 'screen pinning'
404404
* **data**: applications' list
405-
* _name_: application package to autorise on terminal
405+
* _name_: application package to autorise on terminal
406406

407407
Ps1: In the case only one applications is referenced, it will be executed automatically (self-launch)
408408

@@ -440,8 +440,8 @@ Sub topic ``/Status/Task/<task ID>``
440440
The status value may be any string up to 255 chars except the reserved statuses (see below). The status should be a short string. In the future, statuses will be normalized.
441441

442442
Reserved statuses:
443-
* queued (when a task is created, this value is used to initialize the task status)
444-
* pushed (when a message is sent by the backend, this value is used to update the status)
443+
* queued (when a task is created, this value is used to initialize the task status)
444+
* pushed (when a message is sent by the backend, this value is used to update the status)
445445

446446
Sources
447447
-------

0 commit comments

Comments
 (0)