Fix syntax error in publish.md
This commit is contained in:
parent
2ae962d957
commit
f79c84e99e
1 changed files with 1 additions and 1 deletions
|
|
@ -2154,7 +2154,7 @@ And the same example using [JSON publishing](#publish-as-json):
|
|||
method: 'POST',
|
||||
body: JSON.stringify({
|
||||
topic: "myhome",
|
||||
message": "Garage door has been open for 15 minutes. Close it?",
|
||||
"message": "Garage door has been open for 15 minutes. Close it?",
|
||||
actions: [
|
||||
{
|
||||
"action": "http",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue