update channels service names (#11313)

This commit is contained in:
Raman Gupta 2019-11-27 07:23:34 -05:00 committed by Franck Nijhof
parent 76a3c9e5af
commit 0133f24bde

View File

@ -40,7 +40,7 @@ name:
type: string type: string
{% endconfiguration %} {% endconfiguration %}
### Service `channels_seek_forward` ### Service `seek_forward`
Seek forward by the number of seconds currently set in settings on the instance of Channels. Seek forward by the number of seconds currently set in settings on the instance of Channels.
@ -49,7 +49,7 @@ Seek forward by the number of seconds currently set in settings on the instance
| `entity_id` | no | String that points at `entity_id` of Channels app. | `entity_id` | no | String that points at `entity_id` of Channels app.
### Service `channels_seek_backward` ### Service `seek_backward`
Seek backward by the number of seconds currently set in settings on the instance of Channels. Seek backward by the number of seconds currently set in settings on the instance of Channels.
@ -57,7 +57,7 @@ Seek backward by the number of seconds currently set in settings on the instance
| ---------------------- | -------- | ----------- | | ---------------------- | -------- | ----------- |
| `entity_id` | no | String that points at `entity_id` of Channels app. | `entity_id` | no | String that points at `entity_id` of Channels app.
### Service `channels_seek_by` ### Service `seek_by`
Seek forward or backward by a provided number of seconds. Seek forward or backward by a provided number of seconds.