jooby-codec
    Preparing search index...

    Namespace getDayMaxDemand

    Downlink command to get the maximum daily power P+ for all tariffs (T1-T4).

    Supported in MTX1 and MTX3 devices.

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

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

    const bytes = getDayMaxDemand.toBytes(parameters);

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

    Command format documentation

    Variables

    accessLevel
    examples
    headerSize
    id
    isLoraOnly
    maxSize
    name

    Functions

    fromBytes
    toBytes