Site updated at 2017-11-22 07:52:14 UTC
This commit is contained in:
parent
bc30fa458d
commit
5eb3bebf95
27 changed files with 73 additions and 65 deletions
|
@ -99,7 +99,7 @@
|
|||
<li><strong>name</strong> (<em>Optional</em>): Friendly name of the datetime input.</li>
|
||||
<li><strong>has_time</strong> (<em>Optional</em>): Set to <code class="highlighter-rouge">true</code> if this input should have time. Defaults to <code class="highlighter-rouge">false</code>.</li>
|
||||
<li><strong>has_date</strong> (<em>Optional</em>): Set to <code class="highlighter-rouge">true</code> if this input should have a date. Defaults to <code class="highlighter-rouge">false</code>.</li>
|
||||
<li><strong>initial</strong> (<em>Optional</em>): Set the initial value of this input. Defaults to ‘1970-01-01 00:00’.</li>
|
||||
<li><strong>initial</strong> (<em>Optional</em>): Set the initial value of this input. Defaults to ‘1970-01-01 00:00’. If has_time is <code class="highlighter-rouge">false</code> this must be just a date (e.g.: ‘1970-01-01’). If has_date is <code class="highlighter-rouge">false</code> this must be just a time (e.g.: ‘15:16’).</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -125,6 +125,14 @@ If you are working with the All-in-One installation, you may also need to execut
|
|||
<td style="text-align: left">bytes_received</td>
|
||||
<td style="text-align: left">Bytes received</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left">transmission_rate_up</td>
|
||||
<td style="text-align: left">Current upstream speed in bytes/s</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left">transmission_rate_down</td>
|
||||
<td style="text-align: left">Current downstream speed in bytes/s</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: left">max_byte_rate_up</td>
|
||||
<td style="text-align: left">Maximum upstream-rate in bytes/s</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue