handleCommandClassApplicationStatus method

T? handleCommandClassApplicationStatus(
  1. List<int> data
)
inherited

Implementation

T? handleCommandClassApplicationStatus(List<int> data) {
  return unhandledCommandClass(COMMAND_CLASS_APPLICATION_STATUS,
      'COMMAND_CLASS_APPLICATION_STATUS', data);
}