jooby-codec
    Preparing search index...

    Namespace getMonthMaxDemandExport

    Downlink command to get max power A- for 4 tariffs (T1-T4) for a given month for MTX1 and the maximum power for the month (II - III quadrant) for MTX3

    Supported in MTX1 and MTX3 devices.

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

    const parameters = {
    year: 24,
    month: 3
    };

    const bytes = getMonthMaxDemandExport.toBytes(parameters);

    // command binary representation
    console.log(bytes);
    // output:
    [89, 2, 24, 3]

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes