Fix API doc
This commit is contained in:
parent
5e3995562c
commit
98902ef548
1 changed files with 4 additions and 2 deletions
|
@ -123,8 +123,10 @@ Expects a JSON object that has atleast a state attribute:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"state": "below_horizon",
|
"state": "below_horizon",
|
||||||
"next_rising": "07:04:15 29-10-2013",
|
"attributes": {
|
||||||
"next_setting": "18:00:31 29-10-2013"
|
"next_rising": "07:04:15 29-10-2013",
|
||||||
|
"next_setting": "18:00:31 29-10-2013"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue