Downlink command for incremental time correction.
Supported in MTX1 and MTX3 devices.
import * as setCorrectDateTime from 'jooby-codec/mtx1/commands/downlink/setCorrectDateTime.js';const parameters = { seconds: 5};const bytes = setCorrectDateTime.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[92, 2, 0, 5] Copy
import * as setCorrectDateTime from 'jooby-codec/mtx1/commands/downlink/setCorrectDateTime.js';const parameters = { seconds: 5};const bytes = setCorrectDateTime.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[92, 2, 0, 5]
Command format documentation
Downlink command for incremental time correction.
Supported in MTX1 and MTX3 devices.
Example
Command format documentation