- Remove parameter `clientType` in favor of `deviceType`.
- Using Netmiko's `nokia_sros_telnet` as device type when a Telnet Connection is needed. If ssh, use `nokia_sros`.
- Rename parameter `sshMaxLoops` in favor of `maxLoops`.
- Remove paramter `telnetTimeout`.
- all timinig is now controlled by `delayFactor` and/or `maxLoops`.
- Function `connectToRouter()` is simpler now:
- New function `routerLogin()` which direclty calls `ConnectHandler()` with the appropiate `deviceType`.
- Functions `routerLoginSSH()` and `routerLoginTelnet()` no longer needed.
- Function `fncWriteToConnection()` is simpler now as the connection handler is always Netmiko's `ConnectHandler()`.
- Function `fncAuxGetVal()` is simpler now.
- Function `routerLogout()` no longer needed.
- PluginType is now a mandatory parameter and no longer optional.
- If `cron` is enabled, then `strictOrder=no` and `pluginType=config`.
- Function `fncSshServer(self, strConn, connInfo, sftp=False)` now has an sftp parameter which becomes True when invoked from within `fncUploadFile()`.
- Function `runCron()` updated so that all commands are compatible with Nokia's echo (and as such detectable by Netmiko's `cmd_verify`).