brilliantsole 0.0.23 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -395,6 +395,7 @@ declare abstract class BaseConnectionManager {
395
395
  mtu?: number;
396
396
  sendTxData(data: ArrayBuffer): Promise<void>;
397
397
  parseRxMessage(dataView: DataView): void;
398
+ clear(): void;
398
399
  }
399
400
 
400
401
  type SensorConfiguration = {