jooby-codec
    Preparing search index...

    Namespace getDeviceType

    Downlink command to get device type.

    Supported in MTX1 and MTX3 devices.

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

    const bytes = getDeviceType.toBytes();

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes