jooby-codec
    Preparing search index...

    Downlink command to get the LoRaWAN information, like device EUI, application EUI and activation method.

    import * as getLorawanInfo from 'jooby-codec/obis-observer/commands/downlink/getLorawanInfo.js';

    const parameters = {
    requestId: 8
    };

    const bytes = getLorawanInfo.toBytes(parameters);

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

    Command format documentation

    Variables

    examples
    headerSize
    id
    name

    Functions

    fromBytes
    toBytes