[categories] [index] [all (553)] [latest]
class State: UNKNOWN, WAKE, SLEEP = range(3) state = State.UNKNOWN