Update currtime to use 1 second
parent
5ea0dd49b4
commit
f8d0037f25
|
|
@ -202,7 +202,7 @@ QUuid KeContact::setMaxAmpere(int milliAmpere)
|
|||
|
||||
// Print information that we are executing now the update action
|
||||
qCDebug(dcKeba()) << "Update max current to : " << milliAmpere;
|
||||
QString commandLine = QString("currtime %1 0").arg(milliAmpere);
|
||||
QString commandLine = QString("currtime %1 1").arg(milliAmpere);
|
||||
QByteArray datagram = commandLine.toUtf8();
|
||||
KeContactRequest request(QUuid::createUuid(), datagram);
|
||||
request.setDelayUntilNextCommand(1200);
|
||||
|
|
|
|||
Loading…
Reference in New Issue