jooby-codec
    Preparing search index...

    Namespace getEventStatus

    Downlink command to get device status events.

    Supported in MTX1 and MTX3 devices.

    import * as getEventStatus from 'jooby-codec/mtx1/commands/downlink/getEventStatus.js';

    const bytes = getEventStatus.toBytes();

    // command binary representation
    console.log(bytes);
    // output:
    [1, 0]

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes