Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jobe committed Feb 13, 2020
1 parent 0364022 commit f40a231
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,22 +139,24 @@ Now let's have a look at the command interface of **raspend**. If you want to kn

``` json
{
"Commands": [{
"Command": {
"Name": "theDoorBell.switchDoorBell",
"Args": {
"onoff": "set to 'on' or 'off' without quotation marks"
},
"URL": "/cmd?name=theDoorBell.switchDoorBell&onoff="
}
}, {
"Command": {
"Name": "theDoorBell.getCurrentState",
"Args": {},
"URL": "/cmd?name=theDoorBell.getCurrentState"
}
}
]
"Commands": [
{
"Command": {
"Name": "theDoorBell.switchDoorBell",
"Args": {
"onoff": "set to 'on' or 'off' without quotation marks"
},
"URL": "/cmd?name=theDoorBell.switchDoorBell&onoff="
}
},
{
"Command": {
"Name": "theDoorBell.getCurrentState",
"Args": {},
"URL": "/cmd?name=theDoorBell.getCurrentState"
}
}
]
}
```

Expand Down

0 comments on commit f40a231

Please sign in to comment.