jooby-codec
    Preparing search index...

    Namespace getMonthDemandExport

    Downlink command to get energies A- for MTX1 and A-, R+, R- (II - III quadrant) for MTX3 for 4 tariffs (T1-T4) for a given month.

    Supported in MTX1 and MTX3 devices.

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

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

    const bytes = getMonthDemandExport.toBytes(parameters);

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes