Site updated at 2017-10-05 06:01:22 UTC

This commit is contained in:
Travis CI 2017-10-05 06:01:22 +00:00
parent 28de5f785b
commit 0159206eb5
26 changed files with 67 additions and 67 deletions

View file

@ -98,7 +98,7 @@
<h2><a class="title-link" name="services" href="#services"></a> Services</h2>
<h3><a class="title-link" name="media-control-services" href="#media-control-services"></a> Media control services</h3>
<p>Available services: <code class="highlighter-rouge">increment</code>, <code class="highlighter-rouge">decrement</code>, and <code class="highlighter-rouge">reset</code>.</p>
<h4><a class="title-link" name="service-counterincrement" href="#service-counterincrement"></a> Service <code class="highlighter-rouge">counter/increment</code></h4>
<h4><a class="title-link" name="service-counterincrement" href="#service-counterincrement"></a> Service <code class="highlighter-rouge">counter.increment</code></h4>
<p>Increments the counter with 1 or the given value for the steps.</p>
<table>
<thead>
@ -116,7 +116,7 @@
</tr>
</tbody>
</table>
<h4><a class="title-link" name="service-counterdecrement" href="#service-counterdecrement"></a> Service <code class="highlighter-rouge">counter/decrement</code></h4>
<h4><a class="title-link" name="service-counterdecrement" href="#service-counterdecrement"></a> Service <code class="highlighter-rouge">counter.decrement</code></h4>
<p>Decrements the counter with 1 or the given value for the steps.</p>
<table>
<thead>
@ -134,7 +134,7 @@
</tr>
</tbody>
</table>
<h4><a class="title-link" name="service-counterreset" href="#service-counterreset"></a> Service <code class="highlighter-rouge">counter/reset</code></h4>
<h4><a class="title-link" name="service-counterreset" href="#service-counterreset"></a> Service <code class="highlighter-rouge">counter.reset</code></h4>
<p>With this service the counter is reset to its initial value.</p>
<table>
<thead>