jooby-codec
    Preparing search index...

    Namespace getExAbsCurrentMc

    Command to request current consumption absolute values from device channels.

    import * as getExAbsCurrentMc from 'jooby-codec/analog/commands/downlink/getExAbsCurrentMc.js';

    const bytes = getExAbsCurrentMc.toBytes();

    // command binary representation
    console.log(bytes);
    // output:
    [31, 15, 0]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes