handleCommandClassGeographicLocation method

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

Implementation

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