Update currtime to use 1 second

master
Simon Stürz 2021-09-30 20:54:31 +02:00
parent 5ea0dd49b4
commit f8d0037f25
1 changed files with 1 additions and 1 deletions

View File

@ -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);