Move to a state machine

This commit is contained in:
2014-06-14 12:00:08 -07:00
parent 868ddd8688
commit da5e4c7796

View File

@@ -1,3 +1,4 @@
STATE_NONE = 0;
STATE_UNAWARE = 1 << 1; STATE_UNAWARE = 1 << 1;
STATE_CONCERNED = 1 << 2; STATE_CONCERNED = 1 << 2;
STATE_ALERTED = 1 << 3; STATE_ALERTED = 1 << 3;