resetId abstract method
- 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);