jooby-codec
    Preparing search index...

    Downlink command to request depassivation configuration from the device.

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

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes