isProgramming method

bool isProgramming()

是否正在升级

Implementation

bool isProgramming() {
  return state == OADState.programming;
}