st property

Map<String, bool> st
getter/setter pair

4 var to control connectors state, working-condition-state values. DONE: This is now a map.

Implementation

Map<String, bool> st = {
  'wake': false,
  'work': false,
  'pause': false,
  'done': false,
};