jooby-codec
    Preparing search index...

    Namespace getExAbsArchiveDaysMc

    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 representation
    console.log(bytes);
    // output:
    [31, 13, 4, 47, 152, 1, 1]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes