jooby-codec
    Preparing search index...

    Namespace getHalfHourDemandPrevious

    Downlink command to get active energy (A+) for the previous day.

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

    const bytes = getHalfHourDemandPrevious.toBytes();

    // command binary representation
    console.log(bytes);
    // output:
    [75, 0]

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes