handleCommandClassApplicationCapability method

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

Implementation

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