Command to request daily consumption (absolute values) of device channels from the archive.
import * as getExAbsArchiveDaysMc from 'jooby-codec/analog/commands/downlink/getExAbsArchiveDaysMc.js';const parameters = {startTime2000: 756691200, days: 1, channelList: [1]};const bytes = getExAbsArchiveDaysMc.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[31, 13, 4, 47, 152, 1, 1] Copy
import * as getExAbsArchiveDaysMc from 'jooby-codec/analog/commands/downlink/getExAbsArchiveDaysMc.js';const parameters = {startTime2000: 756691200, days: 1, channelList: [1]};const bytes = getExAbsArchiveDaysMc.toBytes(parameters);// command binary representationconsole.log(bytes);// output:[31, 13, 4, 47, 152, 1, 1]
Command format documentation
Command to request daily consumption (absolute values) of device channels from the archive.
Example
Command format documentation