aboutsummaryrefslogtreecommitdiffstats
path: root/inc/jo_lowbat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/jo_lowbat.hpp')
-rw-r--r--inc/jo_lowbat.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp
index 57da23a..3f70e09 100644
--- a/inc/jo_lowbat.hpp
+++ b/inc/jo_lowbat.hpp
@@ -9,9 +9,11 @@ using namespace std;
class Lowbat {
public:
uint8_t jo_testAcpi(void);
+ string jo_exec(const char*);
+ string jo_fetchBatlvl(void);
int jo_notify(const string);
int jo_speak(const string);
- string jo_exec(const char*);
+
private:
};