jooby-codec
    Preparing search index...

    Namespace getHalfHourDemandExport

    Downlink command to get active energy A- in half hours by date for MTX1 and active energy A- (II - III quadrant) in half hours by date for MTX3.

    Supported in MTX1 and MTX3 devices.

    The corresponding downlink command: getHalfHourDemandExport.

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

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

    const bytes = getHalfHourDemandExport.toBytes(parameters);

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes