[systeminfo] README: spell unlinked channels do not get updates (#15035)
typos: insert space after comma cf. https://github.com/openhab/openhab-addons/issues/15007 Co-authored-by: Дилян Палаузов <dpa-git@aegee.org>
This commit is contained in:
@@ -42,7 +42,7 @@ public interface SysteminfoInterface {
|
||||
|
||||
// Operating system info
|
||||
/**
|
||||
* Get the Family of the operating system /e.g. Windows,Unix,.../
|
||||
* Get the Family of the operating system /e.g. Windows, Unix,.../
|
||||
*/
|
||||
StringType getOsFamily();
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ channel-type.systeminfo.ip.description = Host IP address of the network
|
||||
channel-type.systeminfo.load.label = Load
|
||||
channel-type.systeminfo.load.description = Load in percent
|
||||
channel-type.systeminfo.loadAverage.label = Load Average
|
||||
channel-type.systeminfo.loadAverage.description = Load as a number of processes for the last 1,5 or 15 minutes
|
||||
channel-type.systeminfo.loadAverage.description = Load as a number of processes for the last 1, 5 or 15 minutes
|
||||
channel-type.systeminfo.load_process.label = Load
|
||||
channel-type.systeminfo.load_process.description = Load in percent
|
||||
channel-type.systeminfo.mac.label = Mac Address
|
||||
|
||||
@@ -327,7 +327,7 @@
|
||||
<channel-type id="loadAverage" advanced="true">
|
||||
<item-type>Number</item-type>
|
||||
<label>Load Average</label>
|
||||
<description>Load as a number of processes for the last 1,5 or 15 minutes</description>
|
||||
<description>Load as a number of processes for the last 1, 5 or 15 minutes</description>
|
||||
<state readOnly="true" pattern="%.1f"/>
|
||||
<config-description-ref uri="channel-type:systeminfo:mediumpriority"/>
|
||||
</channel-type>
|
||||
|
||||
Reference in New Issue
Block a user