diff options
author | Martin Hundebøll <martin@geanix.com> | 2019-08-13 20:08:52 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2019-08-13 05:48:47 -0500 |
commit | cbd8a66e9554097e2e2a3c0704825a3af1a664ac (patch) | |
tree | a6e51408918468775e1baa924ccde9f4eef2d9a7 /doc | |
parent | 61cca1809aca8ab486297712676885880f64b2b5 (diff) | |
download | ofono-cbd8a66e9554097e2e2a3c0704825a3af1a664ac.tar.gz |
doc: convert quectel power event reasons to lower case
Diffstat (limited to 'doc')
-rw-r--r-- | doc/quectel-hardware-api.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/quectel-hardware-api.txt b/doc/quectel-hardware-api.txt index 139a0dc1..c2433282 100644 --- a/doc/quectel-hardware-api.txt +++ b/doc/quectel-hardware-api.txt @@ -16,9 +16,9 @@ Signals PowerDown(string reason) by the modem. Possible reasons: - "VoltageLow" The supply voltage is too low - "Normal" The PWRKEY pin was asserted - "VoltageHigh" The supply voltage is too high + "voltagelow" The supply voltage is too low + "normal" The PWRKEY pin was asserted + "voltagehigh" The supply voltage is too high PowerWarning(string reason) @@ -26,8 +26,8 @@ Signals PowerDown(string reason) voltage is close to its supported limits. Possible reasons: - "VoltageLow" The supply voltage is low - "VoltageHigh" The supply voltage is high + "voltagelow" The supply voltage is low + "voltagehigh" The supply voltage is high Properties int32 Voltage [readonly] |