docs: changed kB to bytes in EWW_RAM
description (#1075)
This commit is contained in:
parent
5212e62fd3
commit
6b6e236e2e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ define_builtin_vars! {
|
|||
// @prop { <name>: temperature }
|
||||
"EWW_TEMPS" [2] => || Ok(DynVal::from(get_temperatures())),
|
||||
|
||||
// @desc EWW_RAM - Information on ram and swap usage in kB.
|
||||
// @desc EWW_RAM - Information on ram and swap usage in bytes.
|
||||
// @prop { total_mem, free_mem, total_swap, free_swap, available_mem, used_mem, used_mem_perc }
|
||||
"EWW_RAM" [2] => || Ok(DynVal::from(get_ram())),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue