jooby-codec
    Preparing search index...

    Namespace getDayMaxDemandPrevious

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

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

    const bytes = getDayMaxDemandPrevious.toBytes();

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes