From cbd8a66e9554097e2e2a3c0704825a3af1a664ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= Date: Tue, 13 Aug 2019 20:08:52 +0200 Subject: [PATCH] doc: convert quectel power event reasons to lower case --- doc/quectel-hardware-api.txt | 10 +++++----- 1 file 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]