Renamed roundTemperature option to roundTemp

Added changelog entry
This commit is contained in:
Olexandr Savchuk
2016-12-02 17:33:41 +01:00
parent 3c33969d23
commit 32df3e80b1
5 changed files with 9 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ The following properties can be configured:
</td>
</tr>
<tr>
<td><code>roundTemperature</code></td>
<td><code>roundTemp</code></td>
<td>Round temperature value to nearest integer.<br>
<br><b>Possible values:</b> <code>true</code> (round to integer) or <code>false</code> (display exact value with decimal point)
<br><b>Default value:</b> <code>false</code>