startCheckup method

Future<List<int>> startCheckup()

Implementation

Future<List<int>> startCheckup() {
  return getElinkA7Data([0x02, 0x01]);
}