q-power_supply: print status
This commit is contained in:
parent
72de0dd659
commit
3cc91cc0da
@ -63,6 +63,7 @@ writeDashBin "q-power_supply" ''
|
|||||||
|
|
||||||
END {
|
END {
|
||||||
name = ENVIRON["POWER_SUPPLY_NAME"]
|
name = ENVIRON["POWER_SUPPLY_NAME"]
|
||||||
|
status = ENVIRON["POWER_SUPPLY_STATUS"]
|
||||||
|
|
||||||
charge_unit = "Ah"
|
charge_unit = "Ah"
|
||||||
charge_now = ENVIRON["POWER_SUPPLY_CHARGE_NOW"] / 10^6
|
charge_now = ENVIRON["POWER_SUPPLY_CHARGE_NOW"] / 10^6
|
||||||
@ -132,6 +133,8 @@ writeDashBin "q-power_supply" ''
|
|||||||
out = out sprintf(" %s", print_hm(charge_now / current_now))
|
out = out sprintf(" %s", print_hm(charge_now / current_now))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
out = out " " status
|
||||||
|
|
||||||
print out
|
print out
|
||||||
}
|
}
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user