Command to request events from device archive.
import * as getArchiveEvents from 'jooby-codec/analog/commands/downlink/getArchiveEvents.js';// request 4 events from 2023.04.03 14:01:17 GMTconst parameters = {startTime2000: 733845677, events: 4};const bytes = getArchiveEvents.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[11, 5, 43, 189, 152, 173, 4] Copy
import * as getArchiveEvents from 'jooby-codec/analog/commands/downlink/getArchiveEvents.js';// request 4 events from 2023.04.03 14:01:17 GMTconst parameters = {startTime2000: 733845677, events: 4};const bytes = getArchiveEvents.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[11, 5, 43, 189, 152, 173, 4]
Command format documentation
Command to request events from device archive.
Example
Command format documentation