jooby-codec
    Preparing search index...

    Downlink command to request status information from the sensor.

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

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes