doc: convert quectel power event reasons to lower case

This commit is contained in:
Martin Hundebøll 2019-08-13 20:08:52 +02:00 committed by Denis Kenzior
parent 61cca1809a
commit cbd8a66e95
1 changed files with 5 additions and 5 deletions

View File

@ -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]