jooby-codec
    Preparing search index...

    Command to request current values from device channels.

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

    const bytes = getCurrentMc.toBytes();
    // command binary representation
    console.log(bytes);
    // output:
    [24, 0]

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes