jooby-codec
    Preparing search index...

    Downlink command to get current energies A+, R+, R- for 4 tariffs (T1-T4).

    import * as getEnergy from 'jooby-codec/mtx3/commands/downlink/getEnergy.js';

    const bytes = getEnergy.toBytes(parameters);

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes