- Battery information - estimated remaining time, capacity, name;
- Sensors information - CPU voltage and temperature, fan speeds;
- Display information;
-- Network IP,name and adapter name, mac, data sent and received, packets sent and received;
+- Network IP, name and adapter name, mac, data sent and received, packets sent and received;
- Process information - size of RAM memory used, CPU load, process name, path, number of threads.
The binding uses the [OSHI](https://github.com/oshi/oshi) library to access this information regardless of the underlying OS and hardware.
- channels with priority set to 'Medium' are updated every minute
- channels with priority set to 'Low' are updated only at initialization or if the `REFRESH` command is sent to the channel.
+Channels, not linked to an item, do not get updates, and do not periodically consume resources.
+
For more info see [channel configuration](#channel-configuration)
## Channels
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
<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>