resetId abstract method

Future<CommandResponse> resetId(
  1. String deviceId
)

Sends the reset command to the device, resetting the connection pool ID to '0000'.

deviceId - The identifier of the target device.

Returns a CommandResponse indicating the success or failure of the operation.

Implementation

Future<CommandResponse> resetId(String deviceId);