handleSensorBinaryReport method

T? handleSensorBinaryReport(
  1. SensorBinaryReport report
)
inherited

Implementation

T? handleSensorBinaryReport(SensorBinaryReport report) {
  logger.warning('Unhandled SensorBinaryReport from ${report.sourceNode}');
  return null;
}