diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-09-29 14:05:13 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-09-29 14:05:13 +0200 |
| commit | 0453626998e44fd3694a026d03aee885459add1d (patch) | |
| tree | 2af7fd20297cbff3669260a1c3d24a7d8cab3b0b /daemon/watchconnector.h | |
| parent | d7368e9a53fdde2cd726a79d1fbe0a917d7435f4 (diff) | |
Added basic handling of SYSTEM_MESSAGE
Diffstat (limited to 'daemon/watchconnector.h')
| -rw-r--r-- | daemon/watchconnector.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h index d1442ae..beb1992 100644 --- a/daemon/watchconnector.h +++ b/daemon/watchconnector.h @@ -99,6 +99,16 @@ public: musicGET_NOW_PLAYING = 8, musicSEND_NOW_PLAYING = 9 }; + enum SystemMessage { + systemFIRMWARE_AVAILABLE = 0, + systemFIRMWARE_START = 1, + systemFIRMWARE_COMPLETE = 2, + systemFIRMWARE_FAIL = 3, + systemFIRMWARE_UP_TO_DATE = 4, + systemFIRMWARE_OUT_OF_DATE = 5, + systemBLUETOOTH_START_DISCOVERABLE = 6, + systemBLUETOOTH_END_DISCOVERABLE = 7 + }; enum { leadEMAIL = 0, leadSMS = 1, |
