jooby-codec
    Preparing search index...

    Namespace getHalfHourDemandVariExport

    Downlink command to get reactive energy A-R+ (II quadrant) in half hours by date.

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

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

    const bytes = getHalfHourDemandVariExport.toBytes(parameters);

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes