jooby-codec
    Preparing search index...

    Namespace getHalfHourDemandVare

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

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

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

    const bytes = getHalfHourDemandVare.toBytes(parameters);

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes