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.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp
index a03c336..a2bd06e 100644
--- a/inc/jo_lowbat.hpp
+++ b/inc/jo_lowbat.hpp
@@ -9,13 +9,18 @@ using namespace std;
class Lowbat {
public:
uint8_t jo_testAcpi(void);
+ uint8_t jo_testNotifySend(void);
+ void jo_testEspeak(void);
int jo_fetchBatlvl(void);
+ int jo_fetchAcstat(void);
int jo_notify(void);
- int jo_speak(const string);
+ int jo_speak(void);
+ void jo_setMsg(const char *msg);
static string jo_exec(const char*);
private:
string m_batlvl;
+ string m_msg;
};
#endif