jooby-codec
    Preparing search index...

    Command to request the current pulse counter readings from the sensor.

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

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes