Fix syntax error in publish.md
This commit is contained in:
@@ -2154,7 +2154,7 @@ And the same example using [JSON publishing](#publish-as-json):
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
topic: "myhome",
|
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: [
|
actions: [
|
||||||
{
|
{
|
||||||
"action": "http",
|
"action": "http",
|
||||||
|
|||||||
Reference in New Issue
Block a user