jooby-codec
    Preparing search index...

    Namespace getDayMaxDemandExport

    Downlink command to get the maximum daily power P- for all tariffs (T1-T4) for MTX1 and the maximum daily power (II-III quadrant) for MTX3.

    Supported in MTX1 and MTX3 devices.

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

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

    const bytes = getDayMaxDemandExport.toBytes(parameters);

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

    Command format documentation

    Interfaces

    IGetDayMaxDemandExportParameters

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes