jooby-codec
    Preparing search index...

    Namespace getCurrentMc

    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

    examples
    headerSize
    id
    name
    fromBytes
    toBytes