forked from platypush/platypush
Fixed docstring for chromecast.status
.
This commit is contained in:
parent
dcf9561ad1
commit
fdaff32cd0
1 changed files with 2 additions and 0 deletions
|
@ -397,6 +397,7 @@ class MediaChromecastPlugin(MediaPlugin, RunnablePlugin):
|
||||||
all the discovered/available Chromecasts. Format:
|
all the discovered/available Chromecasts. Format:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "cast", # Can be "cast" or "audio"
|
"type": "cast", # Can be "cast" or "audio"
|
||||||
"name": "Living Room TV",
|
"name": "Living Room TV",
|
||||||
|
@ -481,6 +482,7 @@ class MediaChromecastPlugin(MediaPlugin, RunnablePlugin):
|
||||||
"track": null
|
"track": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return self._status(chromecast=chromecast)
|
return self._status(chromecast=chromecast)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue